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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Outputs the internal index value of the associated project revision at the deletion marker for the deleted page.

    See Also