engiGetEnumerationElement

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

Syntax

//
//   Strong typing definition
//
const char      * engiGetEnumerationElement(
                        SchemaDecl              enumeration,
                        SdaiInteger             index
                    );


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

Property enumeration

Size: 32 bit / 4 byte (value)
???.

Property index

Size: 32 bit / 4 byte (value)
...