| Revit 2024 API |
| BasicFileInfo..::..LatestCentralVersion Property |
| BasicFileInfo Class See Also |
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: 24.0.0.0 (24.0.0.0)
Since:
2013
Syntax
| C# |
|---|
public int LatestCentralVersion { get; } |
| Visual Basic |
|---|
Public ReadOnly Property LatestCentralVersion As Integer Get |
| Visual C++ |
|---|
public: property int LatestCentralVersion { int get (); } |