Category Drawings and detail, Object ProDrawing

Function ProDrawingEdgeDisplaySet


Description
Sets the edge display properties of a given edge. You must repaint the drawing to update the display.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingEdgeDisplaySet(
ProSelection edge_sel
/* (In)
Selection of the edge; must include the drawing view.
*/
ProDrawingEdgeDisplay edge_display
/* (In)
The edge display properties.
*/
)
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