 | 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
Syntaxpublic void ActivateGroup(
string view_group
)
public void ActivateGroup(
string view_group
)
Public Sub ActivateGroup (
view_group As String
)
Public Sub ActivateGroup (
view_group As String
)
public:
void ActivateGroup(
String^ view_group
)
public:
void ActivateGroup(
String^ view_group
)
member ActivateGroup :
view_group : string -> unit
member ActivateGroup :
view_group : string -> unit
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