User`s guide

mxClassID ClassID() const
Purpose Return type of array
C++
Syntax
#include "mclcppclass. h"
mwArray a(2, 2, mxDOUBLE_CLASS);
mxClassID id = a.ClassID();// Should return mxDOUBLE _CLA SS
Arguments None
Return
Value
The mxClassID of the array.
Description Use this method to determine the type of the array. Consult the
External Interfaces documentation for more information on
mxClassID.
C-48