Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_ARTICLE_PERFORMANCE_DESCRIPTION Property / FUNC_ARTICLE_PERFORMANCE_DESCRIPTION(Int32) Property

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

    In the context of the standardized performance description, this is the descriptive text of the performance description for a device, a utility or a service.

    See Also