| Revit 2023 API |
| BasicFileInfo..::..GetDocumentVersion Method |
| BasicFileInfo Class See Also |
Gets the DocumentVersion for the file.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2015
Syntax
| C# |
|---|
public DocumentVersion GetDocumentVersion() |
| Visual Basic |
|---|
Public Function GetDocumentVersion As DocumentVersion |
| Visual C++ |
|---|
public: DocumentVersion^ GetDocumentVersion() |