API 文件集 > Feature element trees > Object ProElement > Function ProElementEcadAreaProColorGet
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>
ProElementEcadAreaProColorGet
(
ProElement treeElement
/* (In)
The ecad area element tree
*/
ProColor* proColor
/* (Out)
The ProColor used for ecad area.
*/
)
Returns
The function succeeded.
The element did not contain the right type.
The ecad area do not have color setting support.
One or more input arguments are invalid.
這是否有幫助?