ProductIsRS Property


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: 19.0.0.0 (19.0.0.405)
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 ();
}

See Also