Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_ARTICLE_POSNR_LIST Property / FUNC_ARTICLE_POSNR_LIST Property

In This Topic
    FUNC_ARTICLE_POSNR_LIST Property
    In This Topic
    Item number list # 20346.
    Syntax
    public PropertyValue FUNC_ARTICLE_POSNR_LIST {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_POSNR_LIST {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Displays the item numbers of all the parts separated by commas. This property allows you to display the item numbers of the parts at the functions in the graphical editor or output them in reports.

    See Also