Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / SegmentTemplatePropertyList Class / FUNC_ARTICLE_LV_IDENTIFIER Property / FUNC_ARTICLE_LV_IDENTIFIER(Int32) Property

In This Topic
    FUNC_ARTICLE_LV_IDENTIFIER(Int32) Property
    In This Topic
    Bill of quantities: Identifier # 26439.
    Syntax
    public PropertyValue FUNC_ARTICLE_LV_IDENTIFIER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_LV_IDENTIFIER {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

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

    This identifier is used to uniquely identify and classify a bill of quantities.

    See Also