Whether the definition stores the parameter.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool HasParameter(
ElementId paramId
)
Parameters
- paramId ElementId
-
Id of a parameter.
Return Value
Boolean
True if the definition stores the parameter, false otherwise.
Exceptions
See Also
Reference