Document Properties

The Document type exposes the following members.

Properties

  NameDescription
Public propertyActiveProjectLocation
Retrieve the active project location.
Public propertyActiveView
The document's active view.
Public propertyApplication
Returns the Application in which the Document resides.
Public propertyCreate
An object that can be used to create new instances of Autodesk Revit API elements within a project.
Public propertyDisplayUnitSystem
Provides access to display unit type with in the document.
Public propertyFamilyCreate
An object that can be used to create new instances of Autodesk Revit API elements within a family document.
Public propertyFamilyManager
The family manager object provides access to family types and parameters.
Public propertyIsDetached
Identifies if a workshared document is detached. Also, see IsWorkshared
Public propertyIsFamilyDocument
Identifies if the current document is a family document.
Public propertyIsLinked
Identifies if a document is a linked RVT.
Public propertyIsModelInCloud
Identifies if document is stored on Autodesk cloud services.
Public propertyIsModifiable
The document's state of modifiability.
Public propertyIsModified
The state of changes made to the document.
Public propertyIsReadOnly
Identifies if the document is read-only or can possibly be modified.
Public propertyIsReadOnlyFile
Signals whether the document was opened from a read-only file.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyIsWorkshared
Identifies if worksharing (i.e. editing permissions and multiple worksets) have been enabled in the document. Also, see IsDetached
Public propertyMassDisplayTemporaryOverride
This setting controls temporary display in views of objects with mass category or subcategories.
Public propertyMullionTypes
This property is used to retrieve all the mullion types in current system.
Public propertyOwnerFamily
Get the Family of this Family Document.
Public propertyPanelTypes
Retrieves a set of PanelType objects that contains all the panel types that are currently loaded into the project.
Public propertyParameterBindings
Retrieves an object from which mappings between parameter definitions and categories can be found.
Public propertyPathName
The fully qualified path of the document's disk file.
Public propertyPhases
Retrieves all the object that represent phases within the project.
Public propertyPlanTopologies
Get the PlanTopologies of the current project in the last phase.
Public propertyPlanTopologies[([( Phase])])
Gets the PlanTopologies of the current project in a given phase.
Public propertyPlanTopology[([( Level])])
Get the PlanTopology of a given level in the last phase.
Public propertyPlanTopology[([( Level, Phase])])
Get the PlanTopology of a given level in a given phase.
Public propertyPrintManager
Retrieve the PrintManager of current project.
Public propertyProjectInformation
Return the Project Information of the current project.
Public propertyProjectLocations
Retrieve all the project locations associated with this project
Public propertyReactionsAreUpToDate
Reports if the analytical model has regenerated in a document with reaction loads.
Public propertySettings
Provides access to general application settings, such as Categories.
Public propertySiteLocation
Returns the site location information.
Public propertyTitle
The document's title.
Public propertyTypeOfStorage
Get the storage type of the specified BuiltInParameter.
Public propertyWorksharingCentralGUID
The central GUID of the server-based model.

See Also