Eplan Platform API
Eplan.EplApi.DataModel.EObjects Namespace / PLC Class / IsCPU Property

In This Topic
    IsCPU Property
    In This Topic
    Gets or sets value of CPU flag.
    Syntax
    public bool IsCPU {get; set;}
    public:
    property bool IsCPU {
       bool get();
       void set (    bool value);
    }
    See Also