Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDElectricalRelayTemplatePosition Class / IsRelevantToSafety Property

In This Topic
    IsRelevantToSafety Property (MDElectricalRelayTemplatePosition)
    In This Topic
    Is the relay template relevant to safety (yes / no)
    Syntax
    public bool IsRelevantToSafety {get; set;}
    public:
    property bool IsRelevantToSafety {
       bool get();
       void set (    bool value);
    }
    See Also