Category 3D drawings and annotations, Object ProDtlsyminstdata

Function ProDtlsyminstdataColorSet


Description
Set a symbol instance color.
Replacement in Object TOOLKIT: pfcDetailSymbolInstInstructions::Color
Synopsis
#include <ProDtlsyminst.h>
ProErrorProDtlsyminstdataColorSet(
ProDtlsyminstdata data
/* (In)
The symbol instance data.
*/
ProColor* color
/* (In)
The color.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the color.
PRO_TK_BAD_INPUTSOne or more arguments were invalid.

Manual References:

  1. Drawings: Symbol Instance Data

Sample Code References:

  1. pt_examples ( TestDtlsyminst.c )