Click or drag to resize

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
Syntax
public int IiGets(
	ref string strbuff,
	int str_size
)

public int IiGets(
	ref string strbuff,
	int str_size
)

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