 | CVAIGetString Method (Int32, Int32, String, Int32) |
Get a string element from a VA.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void IGetString(
int row,
int col,
ref string str_val,
int str_size
)
public void IGetString(
int row,
int col,
ref string str_val,
int str_size
)
Public Sub IGetString (
row As Integer,
col As Integer,
ByRef str_val As String,
str_size As Integer
)
Public Sub IGetString (
row As Integer,
col As Integer,
ByRef str_val As String,
str_size As Integer
)
public:
void IGetString(
int row,
int col,
String^% str_val,
int str_size
)
public:
void IGetString(
int row,
int col,
String^% str_val,
int str_size
)
member IGetString :
row : int *
col : int *
str_val : string byref *
str_size : int -> unit
member IGetString :
row : int *
col : int *
str_val : string byref *
str_size : int -> unit
Parameters
- row
- Type: SystemInt32
Row - col
- Type: SystemInt32
Column - str_val
- Type: SystemString
String in which to place element - str_size
- Type: SystemInt32
Maximum length of the string
Remarks
Returns element wanted, <define>rDUMMY</define>, <define>iDUMMY</define> or blank string
if the value is dummy or outside of the range of data.
Type conversions are performed if necessary. Dummy values
are converted to "*" string.
See Also