ODFieldValue object

AutoCAD Map 3D ActiveX

ODFieldValue object

One of the fields in a record.

Contained by an ODRecord collection.

Created when the containing record is created by ODTable.CreateRecord.

Properties of this object are the value of the field and its data type. To get or set data values in a record, access the Value property of this object as follows: ODRecord.Item(n).Value.

For more information, click .