Documentación de la API > Assembly > Object ProAsmcomp > Function ProAsmcompAsmitemInit
Function ProAsmcompAsmitemInit
Description
Initializes the ProAsmitem handle.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAsmcomp.h>
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
*/
/* (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 out of flexible context. to be made flexible.
*/
ProAsmitem* p_handle
/* (Out)
The handle to initialize
*/
)
Returns
The function successfully initialized the handle.
One or more of the input arguments are invalid or item was not found .
User Guide References
¿Fue esto útil?