Gets offset for the intersecting reference.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
C# |
---|
public double GetOffsetForIntersectingReference(
ElementId intersectingReference
) |
Visual Basic |
---|
Public Function GetOffsetForIntersectingReference ( _
intersectingReference As ElementId _
) As Double |
Visual C++ |
---|
public:
double GetOffsetForIntersectingReference(
ElementId^ intersectingReference
) |
Return Value
The offset for the intersecting reference
Exceptions
See Also