Eplan Platform API
Eplan.EplApi.DataModel Namespace / MergedArticleReferencePropertyList 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 PropertyValue ARTICLE_FREE_DATA_VALUE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_FREE_DATA_VALUE {
       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 1000.

    Value of the free property. More than 1000 assignments can be made using the index.

    See Also