Eplan Platform API
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_SCALE Property / PAGE_SCALE Property

In This Topic
    PAGE_SCALE Property
    In This Topic
    Scale # 11048.
    Syntax
    public PropertyValue PAGE_SCALE {get; set;}
    public:
    property PropertyValue^ PAGE_SCALE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Double.
    Remarks

    Scale 1:x. A dimension definition can be added to every page, regardless of type. This is required when you are using dimensions or to correctly scale graphical macros when inserting them.

    See Also