Object ProCavlayrule

Function ProCavlayruleTypeGet


Description
Get the information about a cavity layout type from the Cavity Layout Rule structure.
Synopsis
#include <ProCavlayrule.h>
ProErrorProCavlayruleTypeGet(
ProCvLayoutRule cvlrule
/* (In)
Cavity layout rule handle.
*/
ProCvLayoutType* type
/* (Out)
pointer to actual rule type;
*/
ProCvLayoutType* basic_type
/* (Out)
pointer to basic rule type if actual rule type type as in first_type.
*/
)
Returns
PRO_TK_NO_ERRORThe information is successfully retrieved;
PRO_TK_GENERAL_ERRORCannot inialize the pointers.

Sample Code References:

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