Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_EDP_IMPORT_DATE Property / ARTICLE_EDP_IMPORT_DATE Property

In This Topic
    ARTICLE_EDP_IMPORT_DATE Property
    In This Topic
    Data Portal import date # 22391.
    Syntax
    public PropertyValue ARTICLE_EDP_IMPORT_DATE {get; set;}
    public:
    property PropertyValue^ ARTICLE_EDP_IMPORT_DATE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    This property can be used to specifically filter for the parts in the parts management that were imported from the Eplan Data Portal. A date is entered for this property when a part is imported from the Eplan Data Portal. The import date cannot be edited (for example via external editing), and is also not taken into consideration during the data exchange (for example during the export and import in EDZ or XML format). While copying and pasting a part, the value of this property is not transferred to the new part. In such a case the property is subsequently empty.

    See Also