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

In This Topic
    DMDELETEDOBJECTINFO_OBJECTNAME(Int32) Property
    In This Topic
    Deleted object: Name # 36600. This property isn't indexed.
    Syntax
    public PropertyValue DMDELETEDOBJECTINFO_OBJECTNAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMDELETEDOBJECTINFO_OBJECTNAME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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