 | 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
Syntaxpublic void IGroupName(
int group_num,
ref string group_name,
int length
)
public void IGroupName(
int group_num,
ref string group_name,
int length
)
Public Sub IGroupName (
group_num As Integer,
ByRef group_name As String,
length As Integer
)
Public Sub IGroupName (
group_num As Integer,
ByRef group_name As String,
length As Integer
)
public:
void IGroupName(
int group_num,
String^% group_name,
int length
)
public:
void IGroupName(
int group_num,
String^% group_name,
int length
)
member IGroupName :
group_num : int *
group_name : string byref *
length : int -> unit
member IGroupName :
group_num : int *
group_name : string byref *
length : int -> unit
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