Sets 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 void SetOffsetForIntersectingReference(
ElementId intersectingReference,
double offset
) |
Visual Basic |
---|
Public Sub SetOffsetForIntersectingReference ( _
intersectingReference As ElementId, _
offset As Double _
) |
Visual C++ |
---|
public:
void SetOffsetForIntersectingReference(
ElementId^ intersectingReference,
double offset
) |
Parameters
- intersectingReference
- Type: Autodesk.Revit.DB..::..ElementId
The intersecting reference that will be offset.
- offset
- Type: System..::..Double
The new offset.
Exceptions
See Also