Category Drawings and detail, Object ProDrawing

Function ProDrawingViewScaleGet


Description
Retrieves the scale of the specified view.
Replacement in Object TOOLKIT: pfcView2D::Scale
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingViewScaleGet(
ProDrawing drawing
/* (In)
The drawing
*/
ProView view
/* (In)
The view
*/
double* scale
/* (Out)
The view scale
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_GENERAL_ERRORFailure

Manual References:

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

Sample Code References:

  1. pt_examples ( TestDrwInfo.c )
  2. pt_examples ( TestDrwView.c )
  3. pt_examples ( TestDrwView.c )
  4. pt_userguide ( UgDrawingViews.c )