 | CSYSGtString Method (CGXNETCore, String, String, String) |
This method returns a string in the parameter block.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void GtString(
CGXNETCore gxNetShared,
string group,
string field,
ref string buff
)
public static void GtString(
CGXNETCore gxNetShared,
string group,
string field,
ref string buff
)
Public Shared Sub GtString (
gxNetShared As CGXNETCore,
group As String,
field As String,
ByRef buff As String
)
Public Shared Sub GtString (
gxNetShared As CGXNETCore,
group As String,
field As String,
ByRef buff As String
)
public:
static void GtString(
CGXNETCore^ gxNetShared,
String^ group,
String^ field,
String^% buff
)
public:
static void GtString(
CGXNETCore^ gxNetShared,
String^ group,
String^ field,
String^% buff
)
static member GtString :
gxNetShared : CGXNETCore *
group : string *
field : string *
buff : string byref -> unit
static member GtString :
gxNetShared : CGXNETCore *
group : string *
field : string *
buff : string byref -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - group
- Type: SystemString
Group Name - field
- Type: SystemString
Parameter Name - buff
- Type: SystemString
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