API ドキュメンテーション
>
Miscellaneous
>
Object ProCavlayrule
> Function ProCavlayruleFileWrite
Function ProCavlayruleFileWrite
Description
Save the cavity layout rule to file. This file can be read both from UI and Toolkit to set the rule.
Synopsis
#include <
ProCavlayrule.h
>
ProError
ProCavlayruleFileWrite
(
ProCvLayoutRule
cvlrule
/* (In)
Pointer to the cavity layout rule handle;
*/
ProPath
file_name
/* (In)
name of the file to save.
*/
)
Returns
PRO_TK_NO_ERROR
The rule is successfully saved.
PRO_TK_GENERAL_ERROR
Cannot save the rule.
Sample Code References
pt_examples ( TestCavityLayout.c )
これは役に立ちましたか?
このサイトは、JavaScript が有効になっている場合に最適に動作します。