Identifies whether the given point exists in the topography surface.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool ContainsPoint( XYZ point )
Parameters
- point XYZ
- The point to be checked.
Return Value
BooleanTrue if the input point exists in the topography surface, otherwise false.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
