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

Outline.AddPoint

Method
Description:
Adds a point to the bounding box, expanding it if the point is outside the existing boundary.
Syntax
public void AddPoint(
	XYZ point
)
Parameters
Parameter Type Description
point XYZ The point to add.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null