Documentación de la API > Drawings and detail > Object ProDrawing > Function ProDrawingErasedviewSheetGet
Function ProDrawingErasedviewSheetGet
Description
Retrieves the sheet containing the erased drawing view. Note: the returned sheet number can be PRO_VALUE_UNUSED if the sheet, from which the view was erased, was subsequently removed.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingErasedviewSheetGet
(
ProDrawing drawing
/* (In)
The drawing
*/
ProView erased_view
/* (In)
The erased view
*/
int* sheet
/* (Out)
The sheet number. Cannot be NULL.
*/
)
Returns
Success
The view is not erased, ProDrawingViewSheetGet should be used
The drawing or view handles are invalid
User Guide References
¿Fue esto útil?