API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_EXTERNAL_DOCUMENT_3 Property / ARTICLE_EXTERNAL_DOCUMENT_3(Int32) Property

In This Topic
    ARTICLE_EXTERNAL_DOCUMENT_3(Int32) Property
    In This Topic
    External document 3 # 22151. This property isn't indexed.
    Syntax
    public MDPropertyValue ARTICLE_EXTERNAL_DOCUMENT_3( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_EXTERNAL_DOCUMENT_3 {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    The "External document [n]" properties always show the nth external document assigned to the part. For example "External document 1" shows the first external document assigned to the part.

    See Also