Category Drawings and detail, Object ProDrawing

Function ProDrawingViewSheetGet


Description
Retrieves the sheet containing the drawing view
Replacement in Object TOOLKIT: pfcView2D::GetSheetNumber
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingViewSheetGet(
ProDrawing drawing
/* (In)
The drawing
*/
ProView view
/* (In)
The view
*/
int* sheet
/* (Out)
The sheet
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_GENERAL_ERRORThe view no longer exists or was erased
PRO_TK_BAD_INPUTSThe drawing or view handles are invalid

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Drawings: Listing Drawing Views
  3. Drawings: Listing Drawing Views

Sample Code References:

  1. pt_userguide ( UgDrawingViews.c )
  2. pt_userguide ( UgModelCheck.c )