Revit 2025.3 API
Schedule |
Indicates if the field is a combined parameter field.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsCombinedParameterField { get; }
Public ReadOnly Property IsCombinedParameterField As Boolean Get
public: property bool IsCombinedParameterField { bool get (); }
member IsCombinedParameterField : bool with get
Property Value
BooleanSee Also