Gets offset for the intersecting reference.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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