Click or drag to resize
CDMPPLYGetVertex Method
Get a vertex location from 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)
Syntax
public void GetVertex(
	int p,
	int v,
	ref double x,
	ref double y,
	ref double z
)

Parameters

p
Type: SystemInt32
Polygon number (1 to NP)
v
Type: SystemInt32
Vertex number (1 to NV)
x
Type: SystemDouble
X Location (o)
y
Type: SystemDouble
Y Location (o)
z
Type: SystemDouble
Z Location (o)
See Also