Q3ElementType_GetElementSize
You can use theQ3ElementType_GetElementSizefunction to get the size of an application-defined element type.
TQ3Status Q3ElementType_GetElementSize ( TQ3ElementType elementType, unsigned long *sizeOfElement);
elementType- An element type.
sizeOfElement- On exit, the number of bytes occupied by an element of the specified element object class.
DESCRIPTION
TheQ3ElementType_GetElementSizefunction returns, in thesizeOfElementparameter, the number of bytes occupied by an element of the type specified by theelementTypeparameter.