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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Does nothing if the group does not already exist.
Syntax
public void RenameGroup(
	string str1,
	string str2
)

Parameters

str1
Type: SystemString
Old group name
str2
Type: SystemString
New group name
See Also