RVTDocs.com
Namespace: Autodesk.Revit.DB Class: DirectShape

DirectShape.AddReferencePoint(XYZ)

Method
Description:
Adds a reference point to the DirectShape.
Syntax
public void AddReferencePoint(
	XYZ refPoint
)
Parameters
Parameter Type Description
refPoint XYZ The coordinates of the new reference point.
Return Value
Exceptions
Exception Condition
ArgumentException The input point lies outside of Revit design limits.
ArgumentNullException A non-optional argument was null