DEPRECATED: | Since Creo 7 | |||||||
SUPERSEDED BY: | ProXSectionExcludeCompGet | |||||||
Description | ||||||||
Return pathes to xsec exclude/include components.
NOTE: This function is deprecated. Please use ProXSectionExcludeCompGet instead. |
||||||||
Replacement in Object TOOLKIT: | wfcWXSection::GetComponents | |||||||
Synopsis | ||||||||
#include <ProXsec.h> | ||||||||
ProError | ProXsecExcludeCompGet | ( | ||||||
ProXsec* xsec | ||||||||
/* (In) | ||||||||
ProXsec handle. | ||||||||
*/ | ||||||||
ProXsecExcludeModels* p_model_opt | ||||||||
/* (Out) | ||||||||
option for exclude/include: | ||||||||
*/ | ||||||||
ProAsmpath** p_comp_id_tabs | ||||||||
/* (Out) | ||||||||
ProArray of ProAsmpath for components. Free it using ProAsmpathProarrayFree. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|