Click or drag to resize
CPLYiClipArea Method
Clip a polygon to an area

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)
Syntax
public int iClipArea(
	double min_x,
	double min_y,
	double max_x,
	double max_y
)

Parameters

min_x
Type: SystemDouble
Min X
min_y
Type: SystemDouble
Min Y
max_x
Type: SystemDouble
Max X
max_y
Type: SystemDouble
Max y

Return Value

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