Documentación de la API > Drawings and detail > Object ProDrawing > Function ProDrawingViewSheetGet
Function ProDrawingViewSheetGet
Description
Retrieves the sheet containing the drawing view
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingViewSheetGet
(
ProDrawing drawing
/* (In)
The drawing
*/
ProView view
/* (In)
The view
*/
int* sheet
/* (Out)
The sheet
*/
)
Returns
Success
The view no longer exists or was erased
The drawing or view handles are invalid
Sample Code References
User Guide References
¿Fue esto útil?