Initializing help system before first use

XPRMfindtypecode

XPRMfindtypecode


Purpose
Find the code associated to a type.
Synopsis
int XPRMfindtypecode(XPRMmodel model, const char *name);
Arguments
model 
Reference to a model
name 
Name of a type
Return value
The type code or -1 if the type cannot be found.
Further information
Each external type (user defined or coming from a module) is identified by a type code. This routine returns the code corresponding to a type name.
Related topics