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

In This Topic
    ARTICLE_AWGFROM(Int32) Property
    In This Topic
    Terminals: AWG from # 22086. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_AWGFROM( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_AWGFROM {
       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. AWG stands for "American Wire Gauge" and designates the conductor cross-section of cables.

    See Also