| Revit 2022 API |
| CreateRelatedFileProgressChangedEventArgs..::..FullDownload Property |
| CreateRelatedFileProgressChangedEventArgs Class See Also |
Indicates if download the full data of the document, which will take longer than subsequent downloads.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2018
Syntax
| C# |
|---|
public bool FullDownload { get; } |
| Visual Basic |
|---|
Public ReadOnly Property FullDownload As Boolean Get |
| Visual C++ |
|---|
public: property bool FullDownload { bool get (); } |