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

In This Topic
    ARTICLE_EXTERNAL_DOCUMENT_DESIGNATION(Int32) Property
    In This Topic
    External document: Designation # 22279.
    Syntax
    public MDPropertyValue ARTICLE_EXTERNAL_DOCUMENT_DESIGNATION( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_EXTERNAL_DOCUMENT_DESIGNATION {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

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

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

    See Also