IAutoNumberColumn

class IAutoNumberColumn

Bases: ImpactCOMWrapperBase

Summary:

Represents the name and type of an auto-numbered column.

Remarks:

Introduced in 8.0.0.75.

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

property name

Gets Name.

Summary:

The fully qualified name of the column eg DRAWINGS.D_NAME

Returns:

The value of Name.

Return type:

name (str)

property type

Gets Type.

Summary:

The type of auto-numbering that applies to the column.

Returns:

The value of Type.

Return type:

type (ipAutoNumberType)

isNone()

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

Examples