Click or drag to resize
CDMPPLYMoveVertex Method
Moves a vertex and any associated lines.

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 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