IStandardMaterialMasterSetting

class IStandardMaterialMasterSetting

Bases: IMasterSetting

Summary:

An object that represents a Standard Material Master Tool Setting.

Remarks:

Various properties of the standard material setting are exposed allowing the caller to interact with it. Introduced in Impact 6.1.0.21.

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.

Summary:

Gets the full name of the setting including the path.

Returns:

The value of full_name.

Return type:

full_name (str)

property internal_type

Gets internal_type.

Summary:

Gets the material type.

Remarks:

Eg “CORRUGATED”, “CARTON”, “LINER”

Returns:

The value of internal_type.

Return type:

internal_type (str)

property key

Gets Key.

Summary:

Gets the key of the setting.

Returns:

The value of Key.

Return type:

key (int)

property name

Gets Name.

Summary:

Gets the name of the setting.

Returns:

The value of Name.

Return type:

name (str)

property sites

Gets Sites.

Summary:

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.

Summary:

The type of setting.

Returns:

The value of Type.

Return type:

type (ipMasterSettingType)

isNone()

Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.

refresh()
Summary:

Refresh the setting from the database.