Function ProModelitemInit
Description
Initializes the ProModelitem handle. For better performance, use the type-specific functions (Pro*Init()) instead of this function.
Replacement in Object TOOLKIT:
Synopsis
#include <ProModelitem.h>
ProModelitemInit
(
ProMdl p_owner_handle
/* (In)
The model owner of the item. Cannot be NULL.
*/
int item_id
/* (In)
The item identifier
*/
ProType item_type
/* (In)
The item type
*/
ProModelitem* p_handle
/* (Out)
The handle to initialize. Cannot be NULL.
*/
)
Returns
The function successfully initialized the handle.
One or more of the input arguments are invalid or item was not found .
Item with such id and type does not exist.
Sample Code References
User Guide References
도움이 되셨나요?