Function ProExtdataSlotIdsList
Description
Generates a list of all the slot identifiers for the specified class.
Replacement in Object TOOLKIT:
Synopsis
#include <ProExtdata.h>
ProExtdataSlotIdsList
(
ProExtdataClass* p_extclass
/* (In)
The class handle
*/
int* r_num_of_slots
/* (Out)
The number of slots in the class
*/
ProExtdataIdsList* r_slot_ids
/* (Out)
The list of slots identifiers for the class
*/
)
Returns
The function successfully created a list of all the slot identifiers.
The function failed.
The specified model is invalid.
The argument r_slot_ids is invalid.
Sample Code References
User Guide References
Isto foi útil?