PartMakerMethodToDivideVolumes.SetOffsetForIntersectingReference
Method
Description:
Sets offset for the intersecting reference.
Sets offset for the intersecting reference.
Syntax
public void SetOffsetForIntersectingReference(
ElementId intersectingReference,
double offset
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| intersectingReference | ElementId | The intersecting reference that will be offset. |
| offset | Double | The new offset. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | PartMaker does not use the specified intersecting reference. |
| ArgumentNullException | A non-optional argument was null |