Category Drawings and detail, Object ProDrawing

Function ProDrawingViewBrokenNumberGet


Description
Get the number of settings for a broken view
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewBrokenNumberGet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView broken_view
/* (In)
Broken view handle
*/
int* number
/* (Out)
Number of setting for the broken view
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. Drawings: Visible Areas of Views