OpenDOF Project
DOFType DOFType_GetSubtype ( const DOFType  type,
uint32  index 
)

Retrieve a subtype from a type.

Parameters
typeThe DOFType. This must not be NULL.
indexThe 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
NULLis returned if the type does not have the requested subtype.
core-c-dof-oal Version 7.1.7 Build 0
2017-10-31