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

In This Topic
    DMDELETEDOBJECTINFO_PROJECTREVISION_NAME(Int32) Property
    In This Topic
    Associated revision name # 36604. This property isn't indexed.
    Syntax
    public PropertyValue DMDELETEDOBJECTINFO_PROJECTREVISION_NAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMDELETEDOBJECTINFO_PROJECTREVISION_NAME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Outputs the name of the associated project revision at the deletion marker for the deleted page.

    See Also