PartMakerMethodToDivideVolumes.GetOffsetForIntersectingReference Method

PartMakerMethodToDivideVolumesGetOffsetForIntersectingReference Method

Gets offset for the intersecting reference.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double GetOffsetForIntersectingReference(
	ElementId intersectingReference
)
Public Function GetOffsetForIntersectingReference ( 
	intersectingReference As ElementId
) As Double
public:
double GetOffsetForIntersectingReference(
	ElementId^ intersectingReference
)
member GetOffsetForIntersectingReference : 
        intersectingReference : ElementId -> float 

Parameters

intersectingReference  ElementId
The intersecting reference to obtain offset value from.

Return Value

Double
The offset for the intersecting reference
Exceptions
ExceptionCondition
ArgumentException PartMaker does not use the specified intersecting reference.
ArgumentNullException A non-optional argument was null
See Also