Category Drawings and detail, Object ProDrawing

Function ProDrawingViewScaleIsUserdefined


Description
Checks whether the input view has user scale assigned.
Replacement in Object TOOLKIT: pfcView2D::GetIsScaleUserdefined
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingViewScaleIsUserdefined(
ProDrawing drawing
/* (In)
The drawing
*/
ProView view
/* (In)
The view
*/
ProBoolean* p_is_userdefined
/* (Out)
returns TRUE if the view has user scale assigned returns FALSE otherwise
*/
)
Returns
PRO_TK_BAD_INPUTSWhen drawing or view or NULL
PRO_TK_NO_ERRORSuccess

Manual References:

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