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:
Synopsis
#include <ProDrawing.h>
ProDrawingViewIdGet
(
ProDrawing drawing
/* (In)
The drawing handle.
*/
ProView view
/* (In)
The view handle.
*/
int* view_id
/* (Out)
The view ID.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Sample Code References
User Guide References
Isto foi útil?