Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / FUNC_ARTICLE_POWER_DESCRIPTION Property / FUNC_ARTICLE_POWER_DESCRIPTION(Int32) Property

In This Topic
    FUNC_ARTICLE_POWER_DESCRIPTION(Int32) Property
    In This Topic
    Performance description (item, device) # 26428.
    Syntax
    public PropertyValue FUNC_ARTICLE_POWER_DESCRIPTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_POWER_DESCRIPTION {
       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.

    Describing texts or notes on an item or device. Example: The performance description of a motor can contain information about its maximum performance, rotation speed, efficiency class and operating areas.

    See Also