Adds a point to the bounding box, expanding it if the point is outside the existing boundary.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void AddPoint(
XYZ point
)
Parameters
- point XYZ
-
The point to add.
Exceptions
See Also
Reference