 | CTBGetString Method (Int32, Int32, String, Int32) |
Gets a string value from a table element.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetString(
int row,
int col,
ref string val,
int size
)
public void GetString(
int row,
int col,
ref string val,
int size
)
Public Sub GetString (
row As Integer,
col As Integer,
ByRef val As String,
size As Integer
)
Public Sub GetString (
row As Integer,
col As Integer,
ByRef val As String,
size As Integer
)
public:
void GetString(
int row,
int col,
String^% val,
int size
)
public:
void GetString(
int row,
int col,
String^% val,
int size
)
member GetString :
row : int *
col : int *
val : string byref *
size : int -> unit
member GetString :
row : int *
col : int *
val : string byref *
size : int -> unit
Parameters
- row
- Type: SystemInt32
Row of element to Get - col
- Type: SystemInt32
Column of element to Get - val
- Type: SystemString
Returned string - size
- Type: SystemInt32
Maximum string size
See Also