API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_INTRINSICSAFETY Property / ARTICLE_INTRINSICSAFETY(Int32) Property

In This Topic
    ARTICLE_INTRINSICSAFETY(Int32) Property
    In This Topic
    Intrinsically safe # 22114. This property isn't indexed.
    Syntax
    public MDPropertyValue ARTICLE_INTRINSICSAFETY( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_INTRINSICSAFETY {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Property of a part variant. Shows whether the part is intrinsically safe. In this case it is guaranteed that during operation or in case of a short circuit no spark can occur which could ignite any explosive atmosphere possibly present (gas or liquid).

    See Also