Description | |||||||||||
Initializes the ProModelitem handle. For better performance, use the type-specific functions (Pro*Init()) instead of this function. | |||||||||||
Replacement in Object TOOLKIT: | pfcModelItemOwner::GetItemById | ||||||||||
pfcSolid::GetFeatureById | |||||||||||
Synopsis | |||||||||||
#include <ProModelitem.h> | |||||||||||
ProError | 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 | |||||||||||
|