Click or drag to resize

CPLYiClipPLY Method

Clip one polygon against another

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iClipPLY(
	CPLY pply_b,
	CPLY pply_c
)

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>
Remarks
Resulting clipped polygon only has inclusive regions of the clipped area. Exclusion polygons are treated as included areas.
See Also