Click or drag to resize

CDMPPLYMoveVertex Method

Moves a vertex and any associated lines.

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

public void MoveVertex(
	int p,
	int v,
	double x,
	double y,
	double z
)

Parameters

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