Click or drag to resize

CPLYGetPolygon Method

Get a polygon from the PLY

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntax
public void GetPolygon(
	CVV vv_x,
	CVV vv_y,
	int poly
)

public void GetPolygon(
	CVV vv_x,
	CVV vv_y,
	int poly
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetCVV
X VV.
vv_y
Type: GeoEngine.Core.GXNetCVV
Y VV.
poly
Type: SystemInt32
Polygon number
See Also