API Documentation > Drawings and detail > Object ProDrawing > Function ProDrawingViewBrokenNumberGet
Function ProDrawingViewBrokenNumberGet
Description
Get the number of settings for a broken view
Synopsis
#include <ProDrawingView.h>
ProDrawingViewBrokenNumberGet
(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView broken_view
/* (In)
Broken view handle
*/
int* number
/* (Out)
Number of setting for the broken view
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The function failed
User Guide References
Was this helpful?