CreateRelatedFileProgressChangedEventArgs.CreatingCloudSharedLocal Property

CreateRelatedFileProgressChangedEventArgsCreatingCloudSharedLocal Property

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

Boolean
See Also