Description | ||||||||
Initializes the ProAsmitem handle. | ||||||||
Replacement in Object TOOLKIT: | wfcWAssembly::CreateAssemblyItem | |||||||
Synopsis | ||||||||
#include <ProAsmcomp.h> | ||||||||
ProError | ProAsmcompAsmitemInit | ( | ||||||
ProMdl p_owner_handle | ||||||||
/* (In) | ||||||||
The model owner of the item | ||||||||
*/ | ||||||||
int item_id | ||||||||
/* (In) | ||||||||
The item identifier | ||||||||
*/ | ||||||||
ProType item_type | ||||||||
/* (In) | ||||||||
The item type | ||||||||
*/ | ||||||||
ProName name | ||||||||
/* (In) | ||||||||
The parameter name : used for PRO_PARAMETER in this case item_type should be PRO_PART or PRO_ASSEMBLY | ||||||||
*/ | ||||||||
ProAsmcomppath* path | ||||||||
/* (In) | ||||||||
The item path. To set a component as flexible, the path of this ProAsmitem should not contain the ID of a component which is
|
||||||||
*/ | ||||||||
ProAsmitem* p_handle | ||||||||
/* (Out) | ||||||||
The handle to initialize | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|