The OpenOptions type exposes the following members.

Constructors

  NameDescription
Public methodOpenOptions
Constructs a new instance of the options class using default values.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the OpenOptions
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetOpenWorksetsConfiguration
Gets the object used to configure the worksets to open when the model is opened.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetOpenWorksetsConfiguration
Sets the object used to configure the worksets to open when the model is opened.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAllowOpeningLocalByWrongUser
Specifies whether a local file is allowed to be opened as read-only by a user other than its owner.
Public propertyAudit
Specifies whether to expand all elements in order to check for corruption.
Public propertyDetachFromCentralOption
An option that specifies whether or not a workset-enabled document is detached from its central document.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyOpenForeignOption
An option that specifies how to open files saved by an application that was not developed or licensed by Autodesk.

See Also