API Help
Eplan.EplApi.DataModel.Graphics Namespace / ViewPlacement Class / ViewScale Property

In This Topic
    ViewScale Property
    In This Topic
    Type of scaling used to display objects in ViewPlacement.
    Syntax
    public ViewScaleType ViewScale {get; set;}
    public:
    property ViewScaleType ViewScale {
       ViewScaleType get();
       void set (    ViewScaleType value);
    }
    Remarks

    Changes are visible after calling Update.

    See Also