Share

FileOpenOptions Object


Description

The FileOpenOptions object provides access to options affecting the opening of files.

Properties

Name Description
DefaultDesignViewInAssembly Gets and sets the default design view representation to use when opening assembly documents.
DefaultDesignViewInPart Gets and sets the default design view representation to use when opening part documents.
DefaultDesignViewIsAssociativeInAssembly Gets and sets whether the default design view representation is associative in assembly documents.
DefaultDesignViewIsAssociativeInPart Gets and sets whether the default design view representation is associative in part documents.
DefaultModelStateInAssembly Gets and sets the default model state to use when opening assembly documents.
DefaultModelStateInPart Gets and sets the default model state to use when opening part documents.
SkipAllUnresolvedFilesInAssembly Enables/disables skip all unresolved files during openning in assembly.
SkipAllUnresolvedFilesInDrawing Enables/disables skip all unresolved files during openning in drawing.
SkipAllUnresolvedFilesInPart Enables/disables skip all unresolved files during openning in part.

Accessed From

FileOptions.FileOpenOptions

Version

Introduced in version 2011

Was this information helpful?