ModelPathUtils
Description:
Utility functions using ModelPaths
Utility functions using ModelPaths
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ModelPathUtils
System.Object
Autodesk.Revit.DB.ModelPathUtils
public static class ModelPathUtils
| Name | Return Type | Description |
|---|---|---|
| ConvertCloudGUIDsToCloudPath(String, Guid, Guid) | ModelPath | Converts a pair of cloud project and model GUIDs to a valid cloud path. |
| ConvertModelPathToUserVisiblePath(ModelPath) | string | Gets a string version of the path of a given ModelPath. |
| ConvertUserVisiblePathToModelPath(String) | ModelPath | Converts a user-visible path (string) to a ModelPath. |
| IsValidUserVisibleFullServerPath(String) | bool | Determines whether the given string represents a valid server path. |
| Name | Return Type | Description |
|---|---|---|
| CloudRegionEMEA | string | The name of cloud region EMEA. |
| CloudRegionUS | string | The name of cloud region US. |