TopographySurface.ContainsPoint
Method
Description:
Identifies whether the given point exists in the topography surface.
Identifies whether the given point exists in the topography surface.
Remarks:
The given point will be evaluated in XYZ. If a point matches the XY location, but not the elevation, this function still returns false. This applies to TopographySurface and SiteSubRegion elements.
The given point will be evaluated in XYZ. If a point matches the XY location, but not the elevation, this function still returns false. This applies to TopographySurface and SiteSubRegion elements.
Parameters
| Parameter | Type | Description |
|---|---|---|
| point | XYZ | The point to be checked. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the input point exists in the topography surface, otherwise false. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |