The ServerPath type exposes the following members.

Constructors

  NameDescription
Public methodServerPath
Constructs a ServerPath

Methods

  NameDescription
Public methodCompare
Compares this ModelPath with another
(Inherited from ModelPath.)
Public methodDispose (Inherited from 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.
(Inherited from ModelPath.)
Public methodGetProjectGUID
A GUID identifying the BIM 360 project to which the model is associated.
(Inherited from ModelPath.)
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.
(Inherited from ModelPath.)
Public propertyCloudPath
Whether this path represents a path on an Autodesk server such as BIM360.
(Inherited from ModelPath.)
Public propertyEmpty
Whether this path is empty
(Inherited from ModelPath.)
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from ModelPath.)
Public propertyRegion
The region of the BIM 360 account and project which contains this model.
(Inherited from ModelPath.)
Public propertyServerPath
Whether this path is a server path (as opposed to a file path or cloud path)
(Inherited from ModelPath.)

See Also