Gets the distance from the RebarConstrainedHandle to the target Rebar handle surface.
The RebarConstraintType of the RebarConstraint must be 'ToOtherRebar.'
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2020.1
Syntax
| C# |
|---|
public double GetDistanceToTargetRebar() |
| Visual Basic |
|---|
Public Function GetDistanceToTargetRebar As Double |
| Visual C++ |
|---|
public:
double GetDistanceToTargetRebar() |
Return Value
Returns the distance from the RebarConstrainedHandle to the target Rebar handle surface.
Remarks
Exceptions
See Also