 | CDMPPLYSetPoly Method |
Set a specific polygon into a DMPPLY object.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetPoly(
int p,
CVV vv_x,
CVV vv_y,
CVV vv_z
)
public void SetPoly(
int p,
CVV vv_x,
CVV vv_y,
CVV vv_z
)
Public Sub SetPoly (
p As Integer,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
Public Sub SetPoly (
p As Integer,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
public:
void SetPoly(
int p,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
public:
void SetPoly(
int p,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
member SetPoly :
p : int *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
member SetPoly :
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 (i) - vv_y
- Type: GeoEngine.Core.GXNetXCVV
Y Locations (i) - vv_z
- Type: GeoEngine.Core.GXNetXCVV
Z Locations (i)
RemarksGet the number of points from the VV length.
See Also