API Help
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_BACKUP_SPLITSIZE Property / PROJ_BACKUP_SPLITSIZE(Int32) Property

In This Topic
    PROJ_BACKUP_SPLITSIZE(Int32) Property
    In This Topic
    Data backup: E-mail message split size in MB # 10516. This property isn't indexed.
    Syntax
    public PropertyValue PROJ_BACKUP_SPLITSIZE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_BACKUP_SPLITSIZE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    In the project management, shows the size of the parts used for an email backup of the project.

    See Also