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).

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void IGenNewGroupName(
	string group,
	ref string new_name
)

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