CloudVersion Property
The cloud cached version index.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:  2019

Syntax

C#
public int CloudVersion { get; }
Visual Basic
Public ReadOnly Property CloudVersion As Integer
	Get
Visual C++
public:
property int CloudVersion {
	int get ();
}

See Also