Click or drag to resize

CPLYAddPolygon 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 AddPolygon(
	CVV vv_x,
	CVV vv_y
)

public void AddPolygon(
	CVV vv_x,
	CVV vv_y
)

Parameters

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