AcMapValue class

Land Desktop Development ARX CPP SDK

 

AcMapValue class

This class is defined in MapValue.h.

An instance of the AcMapValue class represents a value in an object data table record.

The value can be integer, double, char *, or point. The value's initial data type is set when the first value is assigned to it. The AcMapValue class has functions for explicit data type casting.

The number and data types of AcMapValue objects that are contained by an AcMapODTableRecord object must correspond with the number and data types of AcMapODColumnDefinition objects that are contained by the corresponding AcMapODTableDefinition object.