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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Shows the type of deleted object at a deletion marker, e.g., function, structure box, page, etc.

    See Also