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