 | 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
Syntaxpublic void IGenNewGroupName(
string group,
ref string new_name,
int length
)
public void IGenNewGroupName(
string group,
ref string new_name,
int length
)
Public Sub IGenNewGroupName (
group As String,
ByRef new_name As String,
length As Integer
)
Public Sub IGenNewGroupName (
group As String,
ByRef new_name As String,
length As Integer
)
public:
void IGenNewGroupName(
String^ group,
String^% new_name,
int length
)
public:
void IGenNewGroupName(
String^ group,
String^% new_name,
int length
)
member IGenNewGroupName :
group : string *
new_name : string byref *
length : int -> unit
member IGenNewGroupName :
group : string *
new_name : string byref *
length : int -> unit
Parameters
- group
- Type: SystemString
Base Name of group - new_name
- Type: SystemString
New Name of group - length
- Type: SystemInt32
Size of buffer.
See Also