 | CRAIiGets Method (String, Int32) |
Get next full line from RA
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int IiGets(
ref string strbuff,
int str_size
)
public int IiGets(
ref string strbuff,
int str_size
)
Public Function IiGets (
ByRef strbuff As String,
str_size As Integer
) As Integer
Public Function IiGets (
ByRef strbuff As String,
str_size As Integer
) As Integer
public:
int IiGets(
String^% strbuff,
int str_size
)
public:
int IiGets(
String^% strbuff,
int str_size
)
member IiGets :
strbuff : string byref *
str_size : int -> int
member IiGets :
strbuff : string byref *
str_size : int -> int
Parameters
- strbuff
- Type: SystemString
Buffer in which to place string - str_size
- Type: SystemInt32
Maximum length of the string buffer
Return Value
Type:
Int32
0 - Ok
1 - End of file
See Also