 | CRAIiGets Method (String) |
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
)
public int IiGets(
ref string strbuff
)
Public Function IiGets (
ByRef strbuff As String
) As Integer
Public Function IiGets (
ByRef strbuff As String
) As Integer
public:
int IiGets(
String^% strbuff
)
public:
int IiGets(
String^% strbuff
)
member IiGets :
strbuff : string byref -> int
member IiGets :
strbuff : string byref -> int
Parameters
- strbuff
- Type: SystemString
Buffer in which to place string
Return Value
Type:
Int32
0 - Ok
1 - End of file
See Also