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

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