API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList 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 PropertyValue ARTICLE_INTRINSICSAFETY( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_INTRINSICSAFETY {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ 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