Click or drag to resize

CEMAPGetSelectedVertices Method

Get the verticies of selected object

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public void GetSelectedVertices(
	CVV vv_x,
	CVV vv_y
)

public void GetSelectedVertices(
	CVV vv_x,
	CVV vv_y
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetCVV
X VV Handle
vv_y
Type: GeoEngine.Core.GXNetCVV
Y VV Handle
Remarks
Works only in Vertex Edit Mode
See Also