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

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