 | CDBGetChanStr Method (Int32, Int32, Int32, String, Int32) |
Get individual elements in a channel.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetChanStr(
int line,
int chan,
int ind,
ref string str_val,
int length
)
public void GetChanStr(
int line,
int chan,
int ind,
ref string str_val,
int length
)
Public Sub GetChanStr (
line As Integer,
chan As Integer,
ind As Integer,
ByRef str_val As String,
length As Integer
)
Public Sub GetChanStr (
line As Integer,
chan As Integer,
ind As Integer,
ByRef str_val As String,
length As Integer
)
public:
void GetChanStr(
int line,
int chan,
int ind,
String^% str_val,
int length
)
public:
void GetChanStr(
int line,
int chan,
int ind,
String^% str_val,
int length
)
member GetChanStr :
line : int *
chan : int *
ind : int *
str_val : string byref *
length : int -> unit
member GetChanStr :
line : int *
chan : int *
ind : int *
str_val : string byref *
length : int -> unit
Parameters
- line
- Type: SystemInt32
Line - chan
- Type: SystemInt32
Channel - ind
- Type: SystemInt32
Index - str_val
- Type: SystemString
String - length
- Type: SystemInt32
Length
Remarks
These methods are slow and should only be used when
performance is not an issue.
See Also