Whether the definition stores the parameter.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool HasParameter( ElementId paramId )
Parameters
- paramId ElementId
- Id of a parameter.
Return Value
BooleanTrue if the definition stores the parameter, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |