Identifies whether the given point is an existing boundary point of the current topography surface.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool IsBoundaryPoint( XYZ point )
Parameters
- point XYZ
- The point to be checked.
Return Value
BooleanReturns true if a given point is an existing boundary point. For TopographySurface and SiteSubRegion elements, it returns false if the given point is an existing interior point of current topography surface. For the topography surface associated with a BuildingPad element, it always returns true if the point is a part of the element (all points are boundary points for the topography surface associated with a BuildingPad element).
Exceptions
Exception | Condition |
---|---|
ArgumentException | The input point does not exist in the current topography surface. |
ArgumentNullException | A non-optional argument was null |