Returns the attribute number of the specified attribute-defining item of the D3 file associated with the clsD3File object.
Syntax
lValue = object.brAttribute(sName) |
Parameters
Parameter |
Description |
lValue |
The return value is a Long data type indicating the attribute number. |
object |
An object variable that represents a clsD3File object. |
sName |
A String that specifies the attribute-defining item. |
Remarks
If the requested attribute-defining item is not found in the D3 file, the method returns the exception d3SrvErr_BadCol.
The brAttribute method and the brColumn method return the same results.