Description | ||||||||||||||||||||
Set the ProColor in the tree element. This should be used for PRO_E_ECAD_AREA_COLOR element. | ||||||||||||||||||||
Synopsis | ||||||||||||||||||||
#include <ProEcadArea.h> | ||||||||||||||||||||
ProError | ProElementEcadAreaProColorSet | ( | ||||||||||||||||||
ProElement treeElement | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The ecad area element tree | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProColor* proColor | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
Specify a defined ProColor structure whose data will be copied to the PRO_E_ECAD_AREA_COLOR element data. On redefining the element tree, the data from the ProColor structure will be used for the ECAD area color. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
) | ||||||||||||||||||||
Returns | ||||||||||||||||||||
|