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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 pply_b,
	CPLY pply_c
)

Parameters

pply_b
Type: GeoEngine.Core.GXNetXCPLY
Polygon B
pply_c
Type: GeoEngine.Core.GXNetXCPLY
Resulting clipped region

Return Value

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