| Description |
| Assigns if the edge display properties (color, font, and width) are applied globally to all views in the drawing sheett. |
| Synopsis |
| #include <ProDrawing.h> |
| ProError | ProDrawingedgedisplayGlobalSet | ( |
| ProDrawingEdgeDisplay edge_display | |
| /*
(In) |
| The drawing edge display. |
| */ |
| ProBoolean is_global | |
| /*
(In) |
| 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 |
|
|