API-Dokumentation > Miscellaneous > Object ProEcad > Function ProEcadImpOptsFlexDesignSet
Function ProEcadImpOptsFlexDesignSet
Description
Sets the import options to be according to flexible or rigid PCB design needs.
Synopsis
#include <ProEcadUtils.h>
ProEcadImpOptsFlexDesignSet
(
/* (In)
The pointer to the handle for the ProEcadImpOpts
*/
ProBoolean flex_design
/* (In)
Import the PCB design as flexible (PRO_B_TRUE) or as Rigid (PRO_B_FALSE)
*/
)
Returns
The function successfully set the options.
One or more input arguments is invalid.
War dies hilfreich?