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

In This Topic
    PROJ_BACKUP_IMAGES(Int32) Property
    In This Topic
    Data backup: Back up image files # 10512. This property isn't indexed.
    Syntax
    public PropertyValue PROJ_BACKUP_IMAGES( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_BACKUP_IMAGES {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    In the project management, shows whether image files were also saved in the backup.

    See Also