Share

RebarConstraint.GetPositiveOffsetDirectionForToOtherRebarConstraint Method

Returns the positive offset direction vector.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public XYZ GetPositiveOffsetDirectionForToOtherRebarConstraint()

Return Value

XYZ
The positive offset direction vector.

Exceptions

ExceptionCondition
InvalidOperationException RebarConstraint is no longer valid. -or- The RebarConstraint is not of RebarConstraintType 'ToOtherRebar'. -or- The TargetRebarConstraintType is not valid.

Remarks

This is available only for constraints of type ToOtherRebar.

Valid TargetRebarConstraintType are:

See Also

Reference

Was this information helpful?