Function ProExtdataSlotNamesList
Description
Generates a list of all the slot names for the specified class.
Replacement in Object TOOLKIT:
Synopsis
#include <ProExtdata.h>
ProExtdataSlotNamesList
(
ProExtdataClass* p_extclass
/* (In)
The class handle
*/
int* r_num_of_slots
/* (Out)
The number of slots in the class
*/
ProExtdataNamesList* r_slot_names
/* (Out)
The list of slot names
*/
)
Returns
The function successfully returned the information.
The function failed.
The specified model is invalid.
The argument r_slot_names is invalid.
Sample Code References
User Guide References
도움이 되셨나요?