RebarConstraint.GetRebarConstraintTargetHostFaceType
Description:
Returns the RebarConstraintTargetHostFaceType of the host Element face to which the RebarConstraint is attached. The RebarConstraintType of the RebarConstraint must be 'FixedDistanceToHostFace' or 'ToCover'.
Returns the RebarConstraintTargetHostFaceType of the host Element face to which the RebarConstraint is attached. The RebarConstraintType of the RebarConstraint must be 'FixedDistanceToHostFace' or 'ToCover'.
Overloads (2):
GetRebarConstraintTargetHostFaceType(Int32)
public RebarConstraintTargetHostFaceType GetRebarConstraintTargetHostFaceType(
int targetIndex
)
-
Int32targetIndexThe index of the target. Should be between 0 and NumberOfTargets().
Return Value
RebarConstraintTargetHostFaceType
Returns the RebarConstraintTargetHostFaceType of the host Element face to which the RebarConstraint is attached.
-
targetIndex is out of range.
-
RebarConstraint is no longer valid. -or- The RebarConstraint is not of RebarConstraintType 'FixedDistanceToHostFace' or 'ToCover'.