Function ProModelitemByNameInit
Description
Gets a model item handle, given the name and type of the item ( p_item is pre allocated ).
Replacement in Object TOOLKIT:
Synopsis
#include <ProModelitem.h>
ProModelitemByNameInit
(
ProMdl mdl
/* (In)
The model.
*/
ProType type
/* (In)
The type of item to find.
*/
ProName name
/* (In)
The name of the item to find.
*/
ProModelitem* p_item
/* (Out)
Pointer to the item found.
*/
)
Returns
The item was found.
The item was not found.
One or more input arguments was invalid.
Sample Code References
User Guide References
Est-ce que cela a été utile ?