Revit 2026 API
DocumentIs |
Identifies if document is stored on Autodesk cloud services.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsModelInCloud { get; }
Public ReadOnly Property IsModelInCloud As Boolean Get
public: property bool IsModelInCloud { bool get (); }
member IsModelInCloud : bool with get
Property Value
BooleanSee Also