Object
ProCavlayrule
Function ProCavlayruleSingleSet
Description
Reset the information in a cavity layout rule structure to the
PRO_CVLAYOUT_SINGLE
type.
Synopsis
#include <
ProCavlayrule.h
>
ProError
ProCavlayruleSingleSet
(
ProCvLayoutRule
cvlrule
/* (In)
Cavity layout rule handle.
*/
)
Returns
PRO_TK_NO_ERROR
The handle is successfully reset,
PRO_TK_GENERAL_ERROR
Cannot inialize the handle
Sample Code References:
pt_examples ( TestCavityLayout.c )