Category Drawings and detail, Object ProDrawing

Function ProDrawingBackgroundViewGet


Description
Returns the overlay view identifier of the specified sheet. All sheets have exactly one overlay view.
Replacement in Object TOOLKIT: pfcSheetOwner::GetSheetBackgroundView
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingBackgroundViewGet(
ProDrawing drawing
/* (In)
The drawing
*/
int sheet
/* (In)
The drawing sheet number
*/
ProView* background_view
/* (Out)
output overlay view
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_GENERAL_ERRORFailure

Manual References:

  1. Drawings: Background Views
  2. Drawings: Creating, Modifying and Reading Detail Items
  3. User Interface: Basic Graphics: Solid Orientation

Sample Code References:

  1. pt_examples ( TestDtlentity.c )
  2. pt_examples ( TestDtlnote.c )
  3. pt_examples ( TestDtlnote.c )
  4. pt_examples ( TestDtlnote.c )
  5. pt_examples ( TestDtlsyminst.c )
  6. pt_userguide ( UgDtlentityExamples.c )