Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_DATEPERPAGETYPE Property / PROJ_DATEPERPAGETYPE(Int32) Property

In This Topic
    PROJ_DATEPERPAGETYPE(Int32) Property
    In This Topic
    Last modification date per page type # 10250.
    Syntax
    public PropertyValue PROJ_DATEPERPAGETYPE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_DATEPERPAGETYPE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    This property is read-only. Property is indexed. Possible indexes are from 1 to 100.

    Provides the last modification date of the pages in the project for each page type. The page type is specified via the index (in the help system in the "Page types" section).

    See Also