Click or drag to resize

CMVIEWIGroupName Method (Int32, String, Int32)

Get a group name

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.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: SystemInt32
Group number, error if not valid
group_name
Type: SystemString
Group Name
length
Type: SystemInt32
Maximum name length
See Also