Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDTerminalTemplatePosition Class / HasLed Property

In This Topic
    HasLed Property
    In This Topic
    Does terminal template have a led?
    Syntax
    public new bool HasLed {get; set;}
    public:
    new property bool HasLed {
       bool get();
       void set (    bool value);
    }
    See Also