Click or drag to resize

CEMAPActivateGroup Method

Activates a group and associated tools.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ActivateGroup(
	string view_group
)

public void ActivateGroup(
	string view_group
)

Parameters

view_group
Type: SystemString
"View/Group"
Remarks
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 color tool. Be sure to pass a combined name containing both the view name and the group separated by a "/" or "\".
See Also