ModelPath Members


The ModelPath type exposes the following members.

Methods

Name Description
Public method Compare
Compares this ModelPath with another
Public method Dispose
Releases all resources used by the ModelPath
Public method Equals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public method GetModelGUID
A GUID identifying the Revit cloud model.
Public method GetProjectGUID
A GUID identifying the BIM 360 project to which the model is associated.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)

Properties

Name Description
Public property CentralServerPath
A path to the location of the central Revit server.
Public property CloudPath
Whether this path represents a path on an Autodesk server such as BIM360.
Public property Empty
Whether this path is empty
Public property IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public property ServerPath
Whether this path is a server path (as opposed to a file path or cloud path)

See Also