Gets the cloud model path of the cloud model.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ModelPath GetCloudModelPath()
Return Value
ModelPathThe cloud model path
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | This Document is a not cloud model, cannot execute this operation. |
