RebarShapeDefinitionByArcAddConstraintArcLength Method

Specify a parameter to drive the arc length of the shape.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void AddConstraintArcLength(
	ElementId paramId
)

Parameters

paramId  ElementId
Id of a parameter to drive the constraint. To obtain the id of a shared parameter, call RebarShape.GetElementIdForExternalDefinition().
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also