ModelPath Members

The ModelPath type exposes the following members.

Methods

  NameDescription
Public methodCompare
Compares this ModelPath with another
Public methodDispose
Releases all resources used by the ModelPath
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 methodGetModelGUID
A GUID identifying the Revit cloud model.
Public methodGetProjectGUID
A GUID identifying the BIM 360 Docs or Autodesk Docs project to which the model is associated.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCentralServerPath
The path to the location of the central Revit server or cloud.
Public propertyCloudPath
Whether this path represents a path on an Autodesk server such as BIM360.
Public propertyEmpty
Whether this path is empty
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyRegion
The region of the BIM 360 Docs or Autodesk Docs account and project which contains this model.
Public propertyServerPath
Whether this path is a server path (as opposed to a file path or cloud path)

See Also