Object ProCavitylayout

Function ProCavitylayoutRuleGet


Description
Given the Cavity Layout handle of an existing layout, gets the coordinate system of the model used for the placement of layout
Synopsis
#include <ProCavitylayout.h>
ProErrorProCavitylayoutRuleGet(
ProCavityLayout cvlayout
/* (In)
Pointer to the layout handle
*/
ProCvLayoutRule* rule
/* (Out)
Rule currently used by the layout
*/
)
Returns
PRO_TK_NO_ERRORThe information is successfully received.
PRO_TK_BAD_INPUTSThe handle has invalid data or not initiated
PRO_TK_E_NOT_FOUNDThe cavity layout corresponding to the handle does not exists.

Sample Code References:

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