<Code Lib>
2025 Method
Changes 5
M

RebarConstraint.GetTargetHostFaceReference(Int32)

Description:
Returns a reference that corresponds to the face to which the RebarConstraint is attached specified by the targetIndex. The RebarConstraintType of the RebarConstraint must be 'FixedDistanceToHostFace' or 'ToCover'.
Overloads (2):
GetTargetHostFaceReference(Int32)

public Reference GetTargetHostFaceReference(
	int targetIndex
)

  • targetIndex
    The index of the target. Should be between 0 and NumberOfTargets().
Return Value Reference Requested reference.

Loading…