Revit 2026 API
ParameterHas |
Identifies if the parameter has an assigned value.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool HasValue { get; }
Public ReadOnly Property HasValue As Boolean Get
public: property bool HasValue { bool get (); }
member HasValue : bool with get
Property Value
BooleanSee Also