Click or drag to resize

CPLYAddPolygonEx Method

Add a polygon to the polygon file.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void AddPolygonEx(
	CVV vv_x,
	CVV vv_y,
	int exclude
)

public void AddPolygonEx(
	CVV vv_x,
	CVV vv_y,
	int exclude
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetCVV
X VV.
vv_y
Type: GeoEngine.Core.GXNetCVV
Y VV.
exclude
Type: SystemInt32
bExclude
See Also