 | CPLYGetPolygonEx 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 GetPolygonEx(
CVV vv_x,
CVV vv_y,
int poly,
ref int exclude
)
public void GetPolygonEx(
CVV vv_x,
CVV vv_y,
int poly,
ref int exclude
)
Public Sub GetPolygonEx (
vv_x As CVV,
vv_y As CVV,
poly As Integer,
ByRef exclude As Integer
)
Public Sub GetPolygonEx (
vv_x As CVV,
vv_y As CVV,
poly As Integer,
ByRef exclude As Integer
)
public:
void GetPolygonEx(
CVV^ vv_x,
CVV^ vv_y,
int poly,
int% exclude
)
public:
void GetPolygonEx(
CVV^ vv_x,
CVV^ vv_y,
int poly,
int% exclude
)
member GetPolygonEx :
vv_x : CVV *
vv_y : CVV *
poly : int *
exclude : int byref -> unit
member GetPolygonEx :
vv_x : CVV *
vv_y : CVV *
poly : int *
exclude : int byref -> unit
Parameters
- vv_x
- Type: GeoEngine.Core.GXNetXCVV
X VV. - vv_y
- Type: GeoEngine.Core.GXNetXCVV
Y VV. - poly
- Type: SystemInt32
Polygon number - exclude
- Type: SystemInt32
TRUE if exclusion polygon
See Also