IMasterSetting

class IMasterSetting

Bases: ImpactCOMWrapperBase

Description:

Represents a master tool setting in the database.

Remarks:

This object is normally used in a method requiring a master tool setting. To retrieve an IMasterSetting use the IDatabase.find_master_tool_setting method.

Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance

property full_name

Gets full_name.

Description:

Gets the full name of the setting including the path.

Returns:

The value of full_name.

Return type:

full_name (str)

property key

Gets Key.

Description:

Gets the key of the setting.

Returns:

The value of Key.

Return type:

key (int)

property name

Gets Name.

Description:

Gets the name of the setting.

Returns:

The value of Name.

Return type:

name (str)

property sites

Gets Sites.

Description:

An ISites collection containing all the sites with which this MTS is associated.

Remarks:

If IDatabase.settings.mts_sites is false, then NULL will be returned.

Returns:

The value of Sites.

Return type:

sites (ISites)

property type

Gets Type.

Description:

The type of setting.

Returns:

The value of Type.

Return type:

type (ipMasterSettingType)

refresh()
Description:

Refresh the setting from the database.