Click or drag to resize
CDMPPLYSetPoly Method
Set a specific polygon into a DMPPLY object.

Available since Oasis montaj version: 6.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Get the number of points from the VV length.
Syntax
public void SetPoly(
	int p,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

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)
See Also