Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / FUNC_ARTICLE_POSITION_NUMBER_STLB Property / FUNC_ARTICLE_POSITION_NUMBER_STLB(Int32) Property

In This Topic
    FUNC_ARTICLE_POSITION_NUMBER_STLB(Int32) Property
    In This Topic
    Performance description, standardized: Item number (device, utility, service) # 26533.
    Syntax
    public PropertyValue FUNC_ARTICLE_POSITION_NUMBER_STLB( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_POSITION_NUMBER_STLB {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    Property is indexed. Possible indexes are from 1 to 50.

    Unique identification number for a specific service item in the bill of quantities. Example: A specific number stands for the service "Concrete works: Concrete a foundation".

    See Also