Revit 2026 API
Create |
Indicates if it is creating cloud shared local model.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool CreatingCloudSharedLocal { get; }
Public ReadOnly Property CreatingCloudSharedLocal As Boolean Get
public: property bool CreatingCloudSharedLocal { bool get (); }
member CreatingCloudSharedLocal : bool with get
Property Value
BooleanSee Also