Click or drag to resize
CPLYiClipPoint Method
Clips a point in or out of the polygon. Point is inside: <define>PLY_POINT_CLIP_INSIDE</define> Point is outside: <define>PLY_POINT_CLIP_OUTSIDE</define> An error occurred: <define>PLY_POINT_CLIP_ERROR</define>

Available since Oasis montaj version: 9.6
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public int iClipPoint(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
Point X
y
Type: SystemDouble
Point Y

Return Value

Type: Int32
<define>PLY_POINT_CLIP</define>
See Also