 | CDMPPLYGetPoly Method |
Get a specific polygon from a DMPPLY object.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetPoly(
int p,
CVV vv_x,
CVV vv_y,
CVV vv_z
)
public void GetPoly(
int p,
CVV vv_x,
CVV vv_y,
CVV vv_z
)
Public Sub GetPoly (
p As Integer,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
Public Sub GetPoly (
p As Integer,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
public:
void GetPoly(
int p,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
public:
void GetPoly(
int p,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
member GetPoly :
p : int *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
member GetPoly :
p : int *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
Parameters
- p
- Type: SystemInt32
Polygon number (1 to NP) (i) - vv_x
- Type: GeoEngine.Core.GXNetXCVV
X Locations (o) - vv_y
- Type: GeoEngine.Core.GXNetXCVV
Y Locations (o) - vv_z
- Type: GeoEngine.Core.GXNetXCVV
Z Locations (o)
RemarksGet the number of points from the VV length.
See Also