API Help
Eplan.EplApi.DataModel Namespace / ArticleReferencePropertyList Class / ARTICLEREF_POSNR Property / ARTICLEREF_POSNR(Int32) Property

In This Topic
    ARTICLEREF_POSNR(Int32) Property
    In This Topic
    Item number # 20487. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLEREF_POSNR( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLEREF_POSNR {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    For the part reference, specifies the order in which the parts are output in the bill of materials.

    See Also