Click or drag to resize

CMVIEW.IGroupName Method (Int32, String, Int32)

Get a group name

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void IGroupName(
	int group_num,
	ref string group_name,
	int length
)

public void IGroupName(
	int group_num,
	ref string group_name,
	int length
)

Parameters

group_num
Type: System.Int32
Group number, error if not valid
group_name
Type: System.String
Group Name
length
Type: System.Int32
Maximum name length
See Also