RVTDocs.com

RebarConstraint.SetDistanceToTargetCover

Method
Description:
Sets the distance from the RebarConstrainedHandle to the target Host Cover Element surface. The RebarConstraintType of the RebarConstraint must be 'ToCover'.
Syntax
public void SetDistanceToTargetCover(
	double distanceToTargetCover
)
Parameters
Parameter Type Description
distanceToTargetCover Double The distance is given as an offset value, the sign of which depends on Host Cover direction.
Return Value
Exceptions
Exception Condition
ArgumentOutOfRangeException The given value for distanceToTargetCover must be no more than 30000 feet in absolute value.
InvalidOperationException RebarConstraint is no longer valid. -or- The RebarConstraint is not of RebarConstraintType 'ToCover'.