BasicFileInfo.LatestCentralVersion Property

BasicFileInfoLatestCentralVersion Property

This is the central model's version number corresponding to the last reload latest done for this model.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public int LatestCentralVersion { get; }
Public ReadOnly Property LatestCentralVersion As Integer
	Get
public:
property int LatestCentralVersion {
	int get ();
}
member LatestCentralVersion : int with get

Property Value

Int32
See Also