CFx SDK Documentation
2020SP3
|
#include <RxValueType.h>
Public Member Functions | |
virtual int | count () const =0 |
virtual const OdRxEnumTag & | getAt (int index) const =0 |
<group !!RECORDS_tkernel_apiref>
This interface is implemented by the value types describing enumerations.
Definition at line 79 of file RxValueType.h.
|
pure virtual |
Returns the number of items in the enum.
Implemented in OdRxEnumType< ValueType >.
|
pure virtual |
Returns the descriptor of the given enum item.
Implemented in OdRxEnumType< ValueType >.