Adds intersecting reference with an offset.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2013
Syntax
Visual Basic |
---|
Public Function AddIntersectingReference ( _
intersectingReference As ElementId, _
offset As Double _
) As Boolean |
Visual C++ |
---|
public:
bool AddIntersectingReference(
ElementId^ intersectingReference,
double offset
) |
Return Value
True if the PartMaker did not already use this
intersecting reference and it was added, false if the PartMaker
already used this intersecting reference and this call
only updated its offset.
Exceptions
See Also