Click or drag to resize
CEMAPActivateGroup Method
Activates a group and associated tools.

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
Activating a group basically enters the edit mode associated with the type of group. E.g. a vector group will enable the edit toolbar for that gorup and an AGG will bring up the image colour tool. Be sure to pass a combined name containing both the view name and the group separated by a "/" or "\".
Syntax
public void ActivateGroup(
	string str1
)

Parameters

str1
Type: SystemString
"View/Group"
See Also