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

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

    Parameters

    index

    Property Value

    Returns property value of type .
    Remarks

    Property of a part variant. Coil operating voltage or of the component (connection point voltage for electricity consumers); entry is limited to 10 characters. At a part with the product group "Relays, contactors" this property refers to the coil.

    See Also