Revit 2025.3 API
UIApplicationProduct |
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: 25.3.0.0 (25.3.0.0)
Syntax
public bool ProductIsRS { get; }
Public ReadOnly Property ProductIsRS As Boolean Get
public: property bool ProductIsRS { bool get (); }
member ProductIsRS : bool with get
Property Value
BooleanSee Also