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

Available since Oasis montaj version: 5.0.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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Works only in Vertex Edit Mode
Syntax
public void GetSelectedVertices(
	CVV oVV1,
	CVV oVV2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
X VV Handle
oVV2
Type: GeoEngine.Core.GXNetCVV
Y VV Handle
See Also