Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_ARTICLE_POSITION_KEYWORD Property / FUNC_ARTICLE_POSITION_KEYWORD(Int32) Property

In This Topic
    FUNC_ARTICLE_POSITION_KEYWORD(Int32) Property
    In This Topic
    Performance description, standardized: Item keyword (device, utility, service) # 26537.
    Syntax
    public PropertyValue FUNC_ARTICLE_POSITION_KEYWORD( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_POSITION_KEYWORD {
       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.

    The item keyword describes the type of service to be carried out, for example heating installation, sanitary installation or ventilation system.

    See Also