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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Text for identifying a deleted object. The text can be entered directly while deleting the object when the "Always prompt for description of page modification" project setting is enabled. The text can be edited later in the property dialog of the deletion marker.

    See Also