IAutoNumberColumn

class IAutoNumberColumn

Bases: ImpactCOMWrapperBase

Description:

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.

Description:

The fully qualified name of the column eg DRAWINGS.D_NAME

Returns:

The value of Name.

Return type:

name (str)

property type

Gets Type.

Description:

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

Returns:

The value of Type.

Return type:

type (ipAutoNumberType)

Examples