Indicates if it is creating cloud shared local model.
Namespace: Autodesk.Revit.DB.EventsAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2018
Syntax
C# |
---|
public bool CreatingCloudSharedLocal { get; } |
Visual Basic |
---|
Public ReadOnly Property CreatingCloudSharedLocal As Boolean Get |
Visual C++ |
---|
public: property bool CreatingCloudSharedLocal { bool get (); } |