Eplan Platform API
Eplan.EplApi.DataModel Namespace / DeletedObjectInfoPropertyList Class / DMDELETEDOBJECTINFO_EDITINGAREA Property / DMDELETEDOBJECTINFO_EDITINGAREA Property

In This Topic
    DMDELETEDOBJECTINFO_EDITINGAREA Property
    In This Topic
    Defined working section # 36617.
    Syntax
    public PropertyValue DMDELETEDOBJECTINFO_EDITINGAREA {get; set;}
    public:
    property PropertyValue^ DMDELETEDOBJECTINFO_EDITINGAREA {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

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

    The property is used during the revisioning of defined working sections. Displays the name of the defined working section to which the page belongs in the Deleted pages dialog.

    See Also