API Help
Eplan.EplApi.DataModel Namespace / MergedArticleReferencePropertyList Class / ARTICLE_DESCR3 Property / ARTICLE_DESCR3(Int32) Property

In This Topic
    ARTICLE_DESCR3(Int32) Property
    In This Topic
    Part: Designation 3 # 22006. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_DESCR3( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_DESCR3 {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    See Also