Click or drag to resize
CMVIEWIGenNewGroupName Method
Generate the name of a group from a base name that is new. (always unique and won't overwrite existing objects).

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void IGenNewGroupName(
	string str1,
	ref string str2
)

Parameters

str1
Type: SystemString
Base Name of group
str2
Type: SystemString
New Name of group
See Also