ICommonProjectSettings

class

ICommonProjectSettings.

ICommonProjectSettings

Bases: object

Common project settings for the new project.

machine_name

Retrieves or sets the machine name.

Type

string

title

Retrieves or sets the project title.

Type

string

author

Retrieves or sets the author who creates the project.

Type

string

customer

Retrieves or sets the customer which created the project.

Type

string

Note

Company and customer are the same in this Python API

company

Retrieves or sets the company which created the project.

Note

Company and customer are the same in this Python API

Type

string

description

Retrieves or sets the project description.

Type

string

picture

Retrieves or sets the path to a project picture.

Type

string

project_name

Retrieves or sets the name of the project.

Type

string

project_path

Retrieves or sets the path where the project is stored.

Type

string

project_type

Retrieves or sets the type of the project.

Type

ProjectTypes