StructureIsPointInsideStructureRegion Method

Returns true if the point is within the structure region.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool IsPointInsideStructureRegion(
	Point3d point
)

Parameters

point  Point3d
The point to test.

Return Value

Boolean
See Also