DirectShapeType.AddReferencePlane(Plane, DirectShapeReferenceOptions)
Method
Description:
Adds a reference plane to the DirectShapeType. The reference plane can either be bounded or unbounded.
Adds a reference plane to the DirectShapeType. The reference plane can either be bounded or unbounded.
Parameters
Parameter | Type | Description |
---|---|---|
refPlane | Plane | The geometry of the new reference plane. |
options | DirectShapeReferenceOptions | The options that are used to configure the new reference plane. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | options cannot be used to add a reference object to this DirectShapeType. |
ArgumentNullException | A non-optional argument was null |