CreateRelatedFileProgressChangedEventArgs.FullDownload Property

CreateRelatedFileProgressChangedEventArgsFullDownload Property

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: 26.0.4.0 (26.0.4.0)
Syntax
public bool FullDownload { get; }
Public ReadOnly Property FullDownload As Boolean
	Get
public:
property bool FullDownload {
	bool get ();
}
member FullDownload : bool with get

Property Value

Boolean
See Also