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

In This Topic
    Scale Property
    In This Topic
    Scale used to display objects in ViewPlacement.
    Syntax
    public double Scale {get; set;}
    public:
    property double Scale {
       double get();
       void set (    double value);
    }
    Remarks

    Changing this value makes sense only if ViewScale is set to ViewScaleType.ScaleManual.

    Changes are visible after calling Update.

    See Also