Revit 2026 API
Rebar |
Return the Id of the parameter associated with this constraint.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementId GetParamId()
Public Function GetParamId As ElementId
public: ElementId^ GetParamId()
member GetParamId : unit -> ElementId
Return Value
ElementIdThe Id of the parameter, or InvalidElementId if the constraint does not have one.

Most subclasses of RebarShapeConstraint require a parameter.
See Also