Documentação da API
>
Drawings and detail
>
Object ProDrawing
> Function ProDrawingViewIdGet
Function ProDrawingViewIdGet
Description
Retrieves the view ID given the drawing and the view.
Replacement in Object TOOLKIT:
wfcWView2D::GetViewId
Synopsis
#include <
ProDrawing.h
>
ProError
ProDrawingViewIdGet
(
ProDrawing
drawing
/* (In)
The drawing handle.
*/
ProView
view
/* (In)
The view handle.
*/
int* view_id
/* (Out)
The view ID.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
Sample Code References
pt_examples ( TestDrwView.c )
User Guide References
Listing Drawing Views:ProDrawingViewIdGet
Parent topic
Object ProDrawing
Isto foi útil?
Este site funciona melhor com JavaScript habilitado