 | CSYS.GtString Method (String, String, String) |
This method returns a string in the parameter block.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GtString(
string group,
string field,
ref string buff
)
public static void GtString(
string group,
string field,
ref string buff
)
Public Shared Sub GtString (
group As String,
field As String,
ByRef buff As String
)
Public Shared Sub GtString (
group As String,
field As String,
ByRef buff As String
)
public:
static void GtString(
String^ group,
String^ field,
String^% buff
)
public:
static void GtString(
String^ group,
String^ field,
String^% buff
)
static member GtString :
group : string *
field : string *
buff : string byref -> unit
static member GtString :
group : string *
field : string *
buff : string byref -> unit
Parameters
- group
- Type: System.String
Group Name - field
- Type: System.String
Parameter Name - buff
- Type: System.String
Buffer to place the string into
Remarks
If the setting exits it is placed in the buffer, otherwise
the buffer will have zero length
See Also