Function ProDrawingViewIsDraft
Description
Determines if the view specified by view is draft view. These views are created from Sketch tab in drawing.
Synopsis
#include <ProDrawingView.h>
ProDrawingViewIsDraft
(
ProDrawing drawing
/* (In)
The drawing
*/
ProView view
/* (In)
The view identifier
*/
ProBoolean* is_draft
/* (Out)
PRO_B_TRUE if the view specified by view is a draft view.
*/
)
Returns
Success
One or more arguments was invalid
User Guide References
これは役に立ちましたか?