Click or drag to resize

CMVIEWIGenNewGroupName Method (String, String, Int32)

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,
	int length
)

public void IGenNewGroupName(
	string group,
	ref string new_name,
	int length
)

Parameters

group
Type: SystemString
Base Name of group
new_name
Type: SystemString
New Name of group
length
Type: SystemInt32
Size of buffer.
See Also