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

In This Topic
    DMDELETEDOBJECTINFO_REVISION_LOG_DESCRIPTION Property
    In This Topic
    Deleted object: Revision description (change tracking) # 36615.
    Syntax
    public PropertyValue DMDELETEDOBJECTINFO_REVISION_LOG_DESCRIPTION {get; set;}
    public:
    property PropertyValue^ DMDELETEDOBJECTINFO_REVISION_LOG_DESCRIPTION {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    Revision description for 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