Object ProCavlayrule

Function ProCavlayruleFileRead


Description
Get the cavity layout rule from the previously saved file.
Synopsis
#include <ProCavlayrule.h>
ProErrorProCavlayruleFileRead(
ProCvLayoutRule cvlrule
/* (In)
Pointer to the initiated cavity layout rule handle;
*/
ProPath file_name
/* (In)
name of the file to save.
*/
)
Returns
PRO_TK_NO_ERRORThe handle is successfully retrieved
PRO_TK_GENERAL_ERRORCannot retrieve the handle

Sample Code References:

  1. pt_examples ( TestCavityLayout.c )