Object ProDrawingedgedisplay

Function ProDrawingedgedisplayColorSet


Description
Assigns the color to use for the edge display.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingedgedisplayColorSet(
ProDrawingEdgeDisplay edge_display
/* (In)
The edge display object.
*/
ProColor* color
/* (In)
The color to use for edge display.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Drawings: Drawing Edges
  2. Drawings: Drawing Edges