Object ProDrawingedgedisplay

Function ProDrawingedgedisplayIsGlobal


Description
Identifies if the edge display properties (color, font, and width) are applied globally to all views in the drawing sheet.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingedgedisplayIsGlobal(
ProDrawingEdgeDisplay edge_display
/* (In)
The drawing edge display.
*/
ProBoolean* is_global
/* (Out)
PRO_B_TRUE if the edge display properties (color, font, and width) are applied globally to all views on the sheet showing the edge. PRO_B_FALSE if the display is applied only on the single selected edge.
*/
)
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