API Help
Eplan.EplApi.MasterData Namespace / MDTerminalTemplatePosition Class / IsIntrinsicallySafe Property

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