Category Feature element trees, Object ProElement

Function ProElementEcadAreaProColorGet


Description
Get the ProColor from the tree element. This should be used for PRO_E_ECAD_AREA_COLOR element.
Synopsis
#include <ProEcadArea.h>
ProErrorProElementEcadAreaProColorGet(
ProElement treeElement
/* (In)
The ecad area element tree
*/
ProColor* proColor
/* (Out)
The ProColor used for ecad area.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_NOT_VALIDThe element did not contain the right type.
PRO_TK_UNSUPPORTEDThe ecad area do not have color setting support.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.

Manual References:

  1. Element Trees: ECAD Area Feature: Feature Element Tree for the ECAD Area