FilePath
Description:
This class represents a path on a disk or network location, but not a path to a Revit server location.
This class represents a path on a disk or network location, but not a path to a Revit server location.
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| FilePath(String) | None | Constructs a FilePath |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Compare(ModelPath) | Int32 | Compares this ModelPath with another (Inherited from ModelPath ) | ModelPath |
| Dispose() | None | (Inherited from ModelPath ) | ModelPath |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetModelGUID() | Guid | A GUID identifying the Revit cloud model. (Inherited from ModelPath ) | ModelPath |
| GetProjectGUID() | Guid | A GUID identifying Cloud Model project to which the cloud model is associated. (Inherited from ModelPath ) | ModelPath |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| CentralServerPath | string | The path to the location of the central Revit server or cloud. (Inherited from ModelPath ) | ModelPath |
| CloudPath | bool | Whether this path represents a path on an Autodesk server such as BIM360. (Inherited from ModelPath ) | ModelPath |
| Empty | bool | Whether this path is empty (Inherited from ModelPath ) | ModelPath |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. (Inherited from ModelPath ) | ModelPath |
| Region | string | The region of the cloud model. (Inherited from ModelPath ) | ModelPath |
| ServerPath | bool | Whether this path is a server path (as opposed to a file path or cloud path) (Inherited from ModelPath ) | ModelPath |