Category Drawings and detail, Object ProDrawing

Function ProDrawingCurrentSheetGet


Description
Returns the current sheet number of the specified drawing.
Replacement in Object TOOLKIT: pfcSheetOwner::CurrentSheetNumber
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingCurrentSheetGet(
ProDrawing drawing
/* (In)
The drawing
*/
int* current_sheet
/* (Out)
A positive integer representing the sheet number, or 0 if the input argument is invalid.
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_BAD_INPUTSOne or more arguments is invalid.

Manual References:

  1. Drawings: Drawing Sheets
  2. Drawings: Drawing Sheets

Sample Code References:

  1. pt_examples ( TestDrawTbl.c )
  2. pt_examples ( TestDrwSheets.c )
  3. pt_examples ( TestDrwSheets.c )
  4. pt_examples ( TestDrwSheets.c )
  5. pt_examples ( TestDrwView.c )
  6. pt_examples ( TestDtlentity.c )
  7. pt_examples ( TestDtlgroup.c )
  8. pt_examples ( TestDtlgroup.c )
  9. pt_examples ( TestDtlgroup.c )
  10. pt_examples ( TestDtlnote.c )
  11. pt_examples ( TestDtlnote.c )
  12. pt_examples ( TestDtlnote.c )
  13. pt_examples ( TestDtlsyminst.c )
  14. pt_examples ( TestSymDefInfo.c )
  15. pt_userguide ( UgDtlentityExamples.c )
  16. pt_userguide ( UgDtlsymdefExamples.c )
  17. pt_userguide ( UgNoteCreate.c )
  18. pt_userguide ( UgNotesColor.c )
  19. pt_userguide ( UgSheetDelete.c )
  20. pt_userguide ( UgSheetsList.c )
  21. pt_userguide ( UgFundScreen2Drw.c )