Documentación de la API > Drawings and detail > Object ProDrawing > Function ProDrawingViewScaleSet
Function ProDrawingViewScaleSet
Description
Sets the scale of a view. This function works for views displayed in the current window only.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingViewScaleSet
(
ProDrawing drawing
/* (In)
The drawing
*/
ProView view
/* (In)
The view
*/
double scale
/* (In)
The view scale. To set the view to use default scale, use PRO_DRAWING_SCALE_DEFAULT.
*/
)
Returns
Success
Model is in read-only state.
Failure
Sample Code References
User Guide References
¿Fue esto útil?