Click or drag to resize

CCOMReadLinesWA Method

Reads Lines from the COM to a WA

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ReadLinesWA(
	int lines,
	CWA wa
)

public void ReadLinesWA(
	int lines,
	CWA wa
)

Parameters

lines
Type: SystemInt32
Number of lines
wa
Type: GeoEngine.Core.GXNetXCWA
Where to put lines
See Also