TopographySurface.FindPoints
Method
Description:
Filters and returns only the points of the topography surface which lie within the input bounding box.
Filters and returns only the points of the topography surface which lie within the input bounding box.
Remarks:
This applies to TopographySurface, SiteSubRegion, and the topography surface associated with a BuildingPad element.
This applies to TopographySurface, SiteSubRegion, and the topography surface associated with a BuildingPad element.
Parameters
| Parameter | Type | Description |
|---|---|---|
| boundingBox | Outline | The 3D bounding box. |
Return Value
| Type | Description |
|---|---|
| IList | The result points within the 3D bounding box |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | boundingBox is an empty Outline. |
| ArgumentNullException | A non-optional argument was null |