Category Selection, Object ProSelection

Function ProSelectionViewGet


Description
Gets the handle to the view from the selection object.
Replacement in Object TOOLKIT: pfcSelection::SelView2D
Synopsis
#include <ProSelection.h>
ProErrorProSelectionViewGet(
ProSelection selection
/* (In)
The selection object
*/
ProView* p_view
/* (Out)
The view handle
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe supplied inputs were incorrect.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Techniques of Conversion and Mixing
  2. Drawings: Background Views
  3. User Interface: Selection: The Selection Object
  4. User Interface: Selection: Unpacking a ProSelection Object

Sample Code References:

  1. pt_examples ( TestDimension.c )
  2. pt_examples ( TestDimension.c )
  3. pt_examples ( TestDimension.c )
  4. pt_examples ( TestDimension.c )
  5. pt_examples ( TestDimension.c )
  6. pt_examples ( TestDrwSimprep.c )
  7. pt_examples ( TestDrwView.c )
  8. pt_examples ( TestDrwView.c )
  9. pt_examples ( TestDrwView.c )
  10. pt_examples ( TestDrwView.c )
  11. pt_examples ( TestDrwView.c )
  12. pt_examples ( TestLayer.c )
  13. pt_examples ( TestLayer.c )
  14. pt_examples ( TestSelect.c )
  15. pt_examples ( TestSelect.c )
  16. pt_userguide ( UgDrawingDimensions.c )
  17. pt_userguide ( UgDtlnoteExamples.c )
  18. pt_userguide ( UgNoteCreate.c )
  19. pt_userguide ( UgFamtabUse.c )