 | CTBGetString Method (Int32, Int32, String) |
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
)
public void GetString(
int row,
int col,
ref string val
)
Public Sub GetString (
row As Integer,
col As Integer,
ByRef val As String
)
Public Sub GetString (
row As Integer,
col As Integer,
ByRef val As String
)
public:
void GetString(
int row,
int col,
String^% val
)
public:
void GetString(
int row,
int col,
String^% val
)
member GetString :
row : int *
col : int *
val : string byref -> unit
member GetString :
row : int *
col : int *
val : string byref -> unit
Parameters
- row
- Type: SystemInt32
Row of element to Get - col
- Type: SystemInt32
Column of element to Get - val
- Type: SystemString
Returned string
See Also