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

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