Revit 2021.1 API |
Application..::..VersionName Property |
Application Class See Also |
Returns the name of the Revit application.
Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public string VersionName { get; } |
Visual Basic |
---|
Public ReadOnly Property VersionName As String Get |
Visual C++ |
---|
public: property String^ VersionName { String^ get (); } |
Remarks
This property can be used by your application to find the version of Revit
against which your application is running. Based on this information your application
can report if it is able to work correctly with that version of Revit.