Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticleReferencePropertyList Class / ARTICLE_FREE_DATA_DESCRIPTION Property / ARTICLE_FREE_DATA_DESCRIPTION(Int32) Property

In This Topic
    ARTICLE_FREE_DATA_DESCRIPTION(Int32) Property
    In This Topic
    Free properties: Displayed name # 22146.
    Syntax
    public PropertyValue ARTICLE_FREE_DATA_DESCRIPTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_FREE_DATA_DESCRIPTION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    Parameter NameDescription
    index

    Property Value

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

    Property is indexed. Possible indexes are from 1 to 1000.

    This property should no longer be used and is only available for reasons of compatibility with old Eplan versions. We recommend using the user-defined properties for the entry and display of additional information in the parts management. Description of the free property. Up to 1000 assignments can be made using the index.

    See Also