API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_ARTICLE_POSNR_LIST Property / FUNC_ARTICLE_POSNR_LIST(Int32) Property

In This Topic
    FUNC_ARTICLE_POSNR_LIST(Int32) Property
    In This Topic
    Item number list # 20346. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_ARTICLE_POSNR_LIST( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_POSNR_LIST {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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