Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_FREE_DATA_VALUE Property / ARTICLE_FREE_DATA_VALUE(Int32) Property

In This Topic
    ARTICLE_FREE_DATA_VALUE(Int32) Property
    In This Topic
    Free properties: Value # 22147.
    Syntax
    public MDPropertyValue ARTICLE_FREE_DATA_VALUE( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_FREE_DATA_VALUE {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ 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. Value of the free property. Up to 1000 assignments can be made using the index.

    See Also