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>
ProCavlayruleFileWrite
(
/* (In)
Pointer to the cavity layout rule handle;
*/
ProPath file_name
/* (In)
name of the file to save.
*/
)
Returns
The rule is successfully saved.
Cannot save the rule.
Sample Code References
これは役に立ちましたか?