Retrieve a subtype from a type.
- Parameters
-
type | The DOFType. This must not be NULL. |
index | The subtype index to retrieve (0-based). |
- Returns
- The specified subtype of the given type, or NULL if the type does not have subtypes or the specified index is out of range.
- Exceptions
-
NULL | is returned if the type does not have the requested subtype. |