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

In This Topic
    DMDELETEDOBJECTINFO_OBJECTNAME Property
    In This Topic
    Deleted object: Name # 36600.
    Syntax
    public PropertyValue DMDELETEDOBJECTINFO_OBJECTNAME {get; set;}
    public:
    property PropertyValue^ DMDELETEDOBJECTINFO_OBJECTNAME {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Shows the name of the deleted object at a deletion marker at the time of deletion, e.g. the DT for a function or the page names for a page.

    See Also