Click or drag to resize

CDBWRITEAddBlock Method

Add the current block of data.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void AddBlock(
	int line
)

public void AddBlock(
	int line
)

Parameters

line
Type: SystemInt32
Line
Remarks
First, set up the data for each channel by copying values into the individual channel VVs and VAs.
See Also