Category Drawings and detail, Object ProDrawing

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.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingErasedviewSheetGet(
ProDrawing drawing
/* (In)
The drawing
*/
ProView erased_view
/* (In)
The erased view
*/
int* sheet
/* (Out)
The sheet number. Cannot be NULL.
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_BAD_CONTEXTThe view is not erased, ProDrawingViewSheetGet should be used
PRO_TK_BAD_INPUTSThe drawing or view handles are invalid

Manual References:

  1. Drawings: Listing Drawing Views
  2. Drawings: Listing Drawing Views