Object ProCavlayrule

Function ProCavlayruleAlloc


Description
Allocates the handle of a new cavity layout rule structure and set it to the PRO_CVLAYOUT_SINGLE type.
Synopsis
#include <ProCavlayrule.h>
ProErrorProCavlayruleAlloc(
ProCvLayoutRule* cvlrule
/* (Out)
Pointer to the cavity layout rule handle
*/
)
Returns
PRO_TK_NO_ERRORThe handle is successfully allocated.
PRO_TK_GENERAL_ERRORCannot allocate the handle

Sample Code References:

  1. pt_examples ( TestCavityLayout.c )