Category Drawings and detail, Object ProDrawing

Function ProDrawingEdgeDisplayGet


Description
Gets the edge display properties of a given edge.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingEdgeDisplayGet(
ProSelection edge_sel
/* (In)
Selection of the edge; must include the drawing view.
*/
ProDrawingEdgeDisplay* edge_display
/* (Out)
The edge display properties. Free this using ProDrawingedgedisplayFree().
*/
)
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