API ドキュメンテーション
>
Drawings and detail
>
Object ProDrawing
> Function ProDrawingViewIsDraft
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
>
ProError
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
PRO_TK_NO_ERROR
Success
PRO_TK_BAD_INPUTS
One or more arguments was invalid
User Guide References
ドラフトビュー:ProDrawingViewIsDraft
Parent topic
Object ProDrawing
これは役に立ちましたか?
このサイトは、JavaScript が有効になっている場合に最適に動作します。