Writes the specific attribute to an item in a D3 file associated with the clsD3File object, overwriting the previous contents of the attribute.
object.brWriteV oDynArrayItem, sItemName, vColumn
Parameter | Description |
---|---|
object | An object variable that represents a clsD3File object. |
oDynArrayItem | An object variable that represents a clsD3DynamicArray object that contains the attribute to be written. |
sItemName | String specifying the item-id of the item to write. |
vColumn | A Variant specifying either the attribute-defining item or the attribute number. |
writev