Click or drag to resize
CEMAPGetSelectedVertices Method
Get the verticies of selected object

Available since Oasis montaj version: 5.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Works only in Vertex Edit Mode
Syntax
public void GetSelectedVertices(
	CVV vv_x,
	CVV vv_y
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetXCVV
X VV Handle
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y VV Handle
See Also