Object ProCavitylayout

Function ProCavitylayoutCreate


Description
Creates a new Cavity Layout (component pattern) according to the data from the handle.
Synopsis
#include <ProCavitylayout.h>
ProErrorProCavitylayoutCreate(
ProCavityLayout cvlayout
/* (In)
Pointer to the layout handle
*/
)
Returns
PRO_TK_NO_ERRORThe layout is successfully created.
PRO_TK_BAD_INPUTSThe handle has invalid data or not initiated
PRO_TK_E_FOUNDThe cavity layout corresponding to the handle already exists.
PRO_TK_GENERAL_ERRORCannot create the cavity layout

Sample Code References:

  1. pt_examples ( TestCavityLayout.c )
  2. pt_examples ( TestCavityLayout.c )
  3. pt_examples ( TestCavityLayout.c )