engiGetEnumerationElement

This call returns a name of the enumeration element with the given index (zero based). It returns NULL if the index out of range.

Syntax

//
//   Strong typing definition
//
SdaiString                  engiGetEnumerationElement(
                                    SchemaDecl              enumeration,
                                    SdaiInteger             index
                                );


//
//   Weak typing definition
//
const char  __declspec(dllexport) * __stdcall engiGetEnumerationElement(
                                                                                        int_t                   enumeration,
                                                                                        int_t                   index
                                                                                    );
    

Property enumeration

Size: 64 bit / 8 byte (value)
???.

Property index

Size: 64 bit / 8 byte (value)
...