Revit 2023 API |
UIApplication..::..ProductIsRS Property |
UIApplication Class See Also |
Identifies if the current Revit product has an RS designation. Most add-ins will not need to use this information.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2019
Syntax
C# |
---|
public bool ProductIsRS { get; } |
Visual Basic |
---|
Public ReadOnly Property ProductIsRS As Boolean Get |
Visual C++ |
---|
public: property bool ProductIsRS { bool get (); } |