ArchiveSettings#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.ArchiveSettings(includeResultAndSolutionFiles: bool, includeUserFiles: bool)#

Bases: object

A settings class for the project Archive operation

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

IncludeResultAndSolutionFiles

A boolean which configures the option to include result/solution files in the archive file

IncludeUserFiles

A boolean which configures the option to include files inside the UserFiles folder in the archive file

Property detail#

property ArchiveSettings.IncludeResultAndSolutionFiles: bool | None#

A boolean which configures the option to include result/solution files in the archive file

property ArchiveSettings.IncludeUserFiles: bool | None#

A boolean which configures the option to include files inside the UserFiles folder in the archive file

Method detail#

ArchiveSettings.Equals(obj: Any) bool#

Equals method.

ArchiveSettings.GetHashCode() int#

GetHashCode method.

ArchiveSettings.GetType() type#

GetType method.

ArchiveSettings.ToString() str#

ToString method.