API ドキュメンテーション > Miscellaneous > Object ProEcad > Function ProEcadImpOptsFlexDesignGet
Function ProEcadImpOptsFlexDesignGet
Description
Collect the current options settings to check if they are according to flexible PCB design needs.
Synopsis
#include <ProEcadUtils.h>
ProEcadImpOptsFlexDesignGet
(
/* (In)
The pointer to the handle for the ProEcadImpOpts.
*/
ProBoolean* r_flex_design
/* (Out)
The current import options settings match/do not match flexible PCB design.
*/
)
Returns
The function successfully retrieved the information.
One or more input arguments is invalid.
これは役に立ちましたか?