API Help
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalLayer Class / IsScalable Property

In This Topic
    IsScalable Property
    In This Topic
    Specifies if scale is considered with this layer
    Syntax
    public bool IsScalable {get; set;}
    public:
    property bool IsScalable {
       bool get();
       void set (    bool value);
    }
    See Also