IStandardSettings

class IStandardSettings

Bases: ImpactCOMWrapperBase

Summary:

Describes the standard settings of a database.

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

property standard_sets

Gets standard_sets.

Summary:

An IStandardSets object representing installed standard sets for the database.

Returns:

The value of standard_sets.

Return type:

standard_sets (IStandardSets)

isNone()

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