BasicFileInfoLatestCentralVersion Property |
This is the central model's version number corresponding to the last reload latest
done for this model.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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