Share

RebarShapeConstraintSegmentLength.GetSegmentEndReferenceType Method

Choice of two possibilities for the start and end references of the length constraint.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public RebarShapeSegmentEndReferenceType GetSegmentEndReferenceType(
	int index
)

Parameters

index  Int32
Which reference on the constraint. Either 0 or 1.

Return Value

RebarShapeSegmentEndReferenceType

Exceptions

ExceptionCondition
ArgumentException index is not 0 or 1.

See Also

Reference

Was this information helpful?