Category View manager, Object ProXsec

Function ProXsecDelete


Description
Delete specified cross-section from a part or assembly.
Replacement in Object TOOLKIT: pfcXSection::Delete
Synopsis
#include <ProXsec.h>
ProErrorProXsecDelete(
ProXsec* xsec
/* (In)
Cross section handle
*/
)
Returns
PRO_TK_NO_ERRORCross-section successfully deleted .
PRO_TK_BAD_INPUTSInvalid input parameter(s).

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: Cross Sections: Creating and Modifying Cross Sections
  3. Core: Cross Sections: Creating and Modifying Cross Sections

Sample Code References:

  1. pt_examples ( TestXsec.c )
  2. pt_userguide ( UgXsecMassProps.c )