 | 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
Syntaxpublic void AddBlock(
int line
)
public void AddBlock(
int line
)
Public Sub AddBlock (
line As Integer
)
Public Sub AddBlock (
line As Integer
)
public:
void AddBlock(
int line
)
public:
void AddBlock(
int line
)
member AddBlock :
line : int -> unit
member AddBlock :
line : int -> unit
Parameters
- line
- Type: SystemInt32
Line
RemarksFirst, set up the data for each channel by copying values into the individual channel VVs and VAs.
See Also