API Help
Eplan.EplApi.DataModel Namespace / DeletedObjectInfoPropertyList Class / DMDELETEDOBJECTINFO_EDITINGAREA Property / DMDELETEDOBJECTINFO_EDITINGAREA(Int32) Property

In This Topic
    DMDELETEDOBJECTINFO_EDITINGAREA(Int32) Property
    In This Topic
    Defined working section # 36617. This property isn't indexed.
    Syntax
    public PropertyValue DMDELETEDOBJECTINFO_EDITINGAREA( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMDELETEDOBJECTINFO_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

    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