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

In This Topic
    Scheme Property
    In This Topic
    Gets or sets Scheme name.
    Syntax
    public string Scheme {get; set;}
    public:
    property String^ Scheme {
       String^ get();
       void set (    String^ value);
    }
    Exceptions
    ExceptionDescription
    The PLC box is not a CPU.
    See Also