Reads a specific attribute of an item from the D3 file associated with the clsD3File object, returning the attribute as a clsD3DynamicArray object.
Syntax
Set oDynArray = object brReadV. (sItemName, vColumn) |
Parameters
Parameter |
Description |
oDynArray |
An object variable that represents a clsD3DynamicArray object containing the attribute read from the D3 file. |
object |
An object variable that represents a clsD3File object. |
sItemName |
A String specifying the item-id of the item to retrieve. |
vColumn |
A Variant specifying either the attribute-defining item or the attribute number to be retrieved. |
FlashBASIC Reference
readv