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

In This Topic
    FUNC_ARTICLE_LABELLING(Int32) Property
    In This Topic
    Identification # 26406.
    Syntax
    public PropertyValue FUNC_ARTICLE_LABELLING( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_LABELLING {
       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.

    Marking or labeling of a product by applying numbers, letters, labels, symbols or colors with the aim of identifying the product and giving instructions for transport, handling and storage. Example: CE certification.

    See Also