DocumentReloadLatestProgressChangedEventArgsIsMerging Property |
Indicates if it is merging downloaded data.
Namespace: Autodesk.Revit.DB.EventsAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool IsMerging { get; }
Public ReadOnly Property IsMerging As Boolean
Get
public:
property bool IsMerging {
bool get ();
}
member IsMerging : bool with get
Property Value
Boolean
See Also