RVTDocs.com

DirectShapeType.AddReferencePlane(Plane, DirectShapeReferenceOptions)

Method
Description:
Adds a reference plane to the DirectShapeType. The reference plane can either be bounded or unbounded.
Syntax
public void AddReferencePlane(
	Plane refPlane,
	DirectShapeReferenceOptions options
)
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