 | CPLYGetPolygon Method |
Get a polygon from the PLY
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetPolygon(
CVV vv_x,
CVV vv_y,
int poly
)
public void GetPolygon(
CVV vv_x,
CVV vv_y,
int poly
)
Public Sub GetPolygon (
vv_x As CVV,
vv_y As CVV,
poly As Integer
)
Public Sub GetPolygon (
vv_x As CVV,
vv_y As CVV,
poly As Integer
)
public:
void GetPolygon(
CVV^ vv_x,
CVV^ vv_y,
int poly
)
public:
void GetPolygon(
CVV^ vv_x,
CVV^ vv_y,
int poly
)
member GetPolygon :
vv_x : CVV *
vv_y : CVV *
poly : int -> unit
member GetPolygon :
vv_x : CVV *
vv_y : CVV *
poly : int -> unit
Parameters
- vv_x
- Type: GeoEngine.Core.GXNetXCVV
X VV. - vv_y
- Type: GeoEngine.Core.GXNetXCVV
Y VV. - poly
- Type: SystemInt32
Polygon number
See Also