RebarConstraintSetDistanceToTargetHostEdge Method |
Sets the distance from the RebarConstrainedHandle to the target host edge.
The RebarConstraintType of the RebarConstraint must be 'ToHostEdge' and must allow offset value.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic void SetDistanceToTargetHostEdge(
double distanceToTargetEdge
)
Public Sub SetDistanceToTargetHostEdge (
distanceToTargetEdge As Double
)
public:
void SetDistanceToTargetHostEdge(
double distanceToTargetEdge
)
member SetDistanceToTargetHostEdge :
distanceToTargetEdge : float -> unit Parameters
- distanceToTargetEdge Double
-
The distance to target host edge.
Exceptions
See Also