Click or drag to resize
CPLYiClipPLY Method
Clip one polygon against another

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Resulting clipped polygon only has inclusive regions of the clipped area. Exclusion polygons are treated as included areas.
Syntax
public int iClipPLY(
	CPLY oPLY1,
	CPLY oPLY2
)

Parameters

oPLY1
Type: GeoEngine.Core.GXNetCPLY
polygon B
oPLY2
Type: GeoEngine.Core.GXNetCPLY
resulting clipped region

Return Value

Type: Int32
See PLY_CLIPConstant
See Also