Function ProExtdataClassNamesList
Description
Generates a list of all the classes registered for the specified model.
Replacement in Object TOOLKIT:
Synopsis
#include <ProExtdata.h>
ProExtdataClassNamesList
(
ProMdl p_model
/* (In)
The model handle
*/
int* r_num_of_classes
/* (Out)
The number of classes in the generated list
*/
ProExtdataNamesList* r_class_names
/* (Out)
The list of all the registered classes
*/
)
Returns
The function successfully created a list of all the classes.
The function failed.
The specified model is invalid.
Sample Code References
User Guide References
¿Fue esto útil?