Click or drag to resize

CDMPPLYGetVertex Method

Get a vertex location from a DMPPLY object.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetVertex(
	int p,
	int v,
	ref double x,
	ref double y,
	ref double z
)

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