Function
Returns the subclass of an Array Object.
Syntax
#include <dx/dx.h>
Class DXGetArrayClass(Array a)
Functional Details
Returns CLASS_ARRAY if the Array a is irregular. Otherwise returns one of CLASS_REGULARARRAY, CLASS_PRODUCTARRAY, CLASS_PATHARRAY, CLASS_MESHARRAY, or CLASS_CONSTANTARRAY.
Return Value
Returns the subclass of an Array Object.
See Also
DXGetArrayData, DXGetArrayInfo
[Data Explorer Home Page | Contact Data Explorer | Same document on Data Explorer Home Page ]