Click or drag to resize

CCOMIReadLine Method (String, Int32)

Reads a Line from the COM

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void IReadLine(
	ref string line,
	int size
)

public void IReadLine(
	ref string line,
	int size
)

Parameters

line
Type: SystemString
String for line
size
Type: SystemInt32
Length of Line to read, NULL will be added so the Line length must be at least int+1.
See Also