Category Drawings and detail, Object ProDtlentitydata

Function ProDtlentitydataColorSet


Description
Sets the color of the specified draft entity.
Replacement in Object TOOLKIT: pfcDetailEntityInstructions::Color
Synopsis
#include <ProDtlentity.h>
ProErrorProDtlentitydataColorSet(
ProDtlentitydata entdata
/* (In)
The draft entity data.
*/
ProColor* color
/* (In)
The new 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 )
  3. pt_userguide ( UgDtlentityExamples.c )
  4. pt_userguide ( UgDtlsymdefExamples.c )