ModelRegistration::GetModelName
Defined in:
Returns the model name.
C4Models.h
Prototype
const char *GetModelName(void) const;
Description
The GetModelName
function returns the human-readable model name for a particular model registration. The model name is established when the model registration is constructed.
See Also