Click or drag to resize
CMVIEWIGenNewGroupName Method (String, String)
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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void IGenNewGroupName(
	string group,
	ref string new_name
)

Parameters

group
Type: SystemString
Base Name of group
new_name
Type: SystemString
New Name of group
See Also