The file format indicator (currently, the major release version such as "2019") used for saving the file.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2019
Syntax
| C# |
|---|
public string Format { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Format As String Get |
| Visual C++ |
|---|
public: property String^ Format { String^ get (); } |