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

In This Topic
    ARTICLE_VOLTAGETYPE(Int32) Property
    In This Topic
    Voltage type # 22070. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_VOLTAGETYPE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_VOLTAGETYPE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Property of a part variant. Used for the entry of the voltage type (AC / DC). Entry is limited to 5 characters. At a part with the product group "Relays, contactors" this property refers to the coil.

    See Also