Documentación de la API > Miscellaneous > Object ProDrawingedgedisplay > Function ProDrawingedgedisplayIsGlobal
Function ProDrawingedgedisplayIsGlobal
Description
Identifies if the edge display properties (color, font, and width) are applied globally to all views in the drawing sheet.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingedgedisplayIsGlobal
(
/* (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
The function succeeded.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?