Share

RebarShapeDefinition.HasParameter Method

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

Boolean
True if the definition stores the parameter, false otherwise.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?