API 설명서 > Drawings and detail > Object ProDrawing > Function ProDrawingViewParentGet
Function ProDrawingViewParentGet
Description
Get the parent view of a view
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawingView.h>
ProDrawingViewParentGet
(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProView* parent_view
/* (Out)
Parent view
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The function failed
Parent view was not found
User Guide References
도움이 되셨나요?