Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticleReferencePropertyList Class / ARTICLE_POWER_DESCRIPTION Property / ARTICLE_POWER_DESCRIPTION Property

In This Topic
    ARTICLE_POWER_DESCRIPTION Property
    In This Topic
    Performance description (item, device) # 26427.
    Syntax
    public PropertyValue ARTICLE_POWER_DESCRIPTION {get; set;}
    public:
    property PropertyValue^ ARTICLE_POWER_DESCRIPTION {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

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

    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