Category Drawings and detail, Object ProDtlentitydata

Function ProDtlentitydataColorGet


Description
Finds the color of the specified draft entity.
Replacement in Object TOOLKIT: pfcDetailEntityInstructions::Color
Synopsis
#include <ProDtlentity.h>
ProErrorProDtlentitydataColorGet(
ProDtlentitydata entdata
/* (In)
The draft entity data.
*/
ProColor* color
/* (Out)
The retrieved color of the draft entity.
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSInvalid input argument(s).

Manual References:

  1. Drawings: Draft Entity Data
  2. Drawings: Draft Entity Data

Sample Code References:

  1. pt_examples ( TestDtlentity.c )
  2. pt_examples ( TestSymDefMenu.c )