Click or drag to resize
CMVIEWRenameGroup Method
Rename a group.

Available since Oasis montaj version: 5.1.1
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Does nothing if the group does not already exist.
Syntax
public void RenameGroup(
	string old,
	string new_group_name
)

Parameters

old
Type: SystemString
Old group name
new_group_name
Type: SystemString
New group name
See Also