API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_CERTIFICATE_ATEX Property / ARTICLE_CERTIFICATE_ATEX(Int32) Property

In This Topic
    ARTICLE_CERTIFICATE_ATEX(Int32) Property
    In This Topic
    Certification: ATEX identifier # 22270. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_CERTIFICATE_ATEX( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_CERTIFICATE_ATEX {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Certification for explosion protection in accordance with the ATEX Directive of the European Union. The designation ATEX is derived from the French abbreviation for "ATmosphère EXplosibles". Up to 50 characters (letters and numbers) can be entered.

    See Also