<Code Lib>
2027 Method
Changes 8
M

RebarConstraint.SetDistanceToTargetHostEdgeCover

Description:
Sets the distance from the RebarConstrainedHandle to the target host edge cover. The RebarConstraintType of the RebarConstraint must be 'ToHostEdgeCover'.

public void SetDistanceToTargetHostEdgeCover(
	double distanceToTargetEdgeCover
)

  • Double
    distanceToTargetEdgeCover
    The distance to target host edge cover.

  • The given value for distanceToTargetEdgeCover must be no more than 30000 feet in absolute value.
  • RebarConstraint is no longer valid. -or- The RebarConstraint is not of RebarConstraintType 'ToHostEdgeCover'. -or- The RebarConstrainedHandle doesn't allow distance for constraint ofToHostEdgeorToHostEdgeCovertype.

Loading…