GetCloudModelPath Method


Document Get Cloud Model Path Method

Gets the cloud model path of the cloud model.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ModelPath GetCloudModelPath()

Return Value

ModelPath
The cloud model path
Exceptions
Exception Condition
InvalidOperationException This Document is a not cloud model, cannot execute this operation.
See Also