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

In This Topic
    PROJ_REVISION_LOG_EDITINGAREA(Int32) Property
    In This Topic
    Defined working section (from change tracking) # 10195.
    Syntax
    public PropertyValue PROJ_REVISION_LOG_EDITINGAREA( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_REVISION_LOG_EDITINGAREA {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

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

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

    The property is used in projects with revised defined working sections. Shows the defined working section that was completed in a revision, a maximum of 1,000 is possible. This allows you, for example, to view the revision status of the individual defined working sections in the project properties.

    See Also