CDBWRITE Methods |
The CDBWRITE type exposes the following members.
| Name | Description | |
|---|---|---|
| AddBlock | Add the current block of data. | |
| Commit | Commit remaining data to the database. | |
| Create |
Create a DBWRITE object
Add channels using the iAddChannel_DBWRITE method.channel.
| |
| CreateXY |
Create a DBWRITE object for a XY-located data. Add channels using the
iAddChannel_DBWRITE method.
| |
| CreateXYZ |
Create a DBWRITE object for a XYZ-located data.
Add channels using the iAddChannel_DBWRITE method.channel
| |
| Dispose | (Overrides CHANDLEDispose(Boolean).) | |
| GetDB | Get the output DB handle from the DBWRITE object. | |
| GetVA | Get the VA handle for an array channel. | |
| GetVV | Get the VV handle for a channel. | |
| GetVVx | Get the X channel VV handle. | |
| GetVVy | Get the Y channel VV handle. | |
| GetVVz | Get the Z channel VV handle. | |
| iAddChannel | Add a data channel to the DBWRITE object. | |
| iGetChanArraySize | Get the number of columns of data in a channel. | |
| TestFunc | Temporary test function. |