API Help
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / ARTICLE_NORM Property / ARTICLE_NORM(Int32) Property

In This Topic
    ARTICLE_NORM(Int32) Property
    In This Topic
    Standard # 22227. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_NORM( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_NORM {
       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.

    See Also