Retrieve the subtypes from a type.
- Parameters
-
type | The DOFType. This must not be NULL. |
- Returns
- The array of subtypes of the given type, or NULL if the type does not have subtypes. The count can be determined via DOFType_GetSubtypesCount.
- Exceptions
-
NULL | is returned if the type does not have subtypes. |