Return the Id of the parameter associated with this constraint.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ElementId GetParamId()
Return Value
ElementId
The Id of the parameter, or InvalidElementId if the constraint
does not have one.
Remarks
Most subclasses of RebarShapeConstraint require a parameter.
See Also
Reference