Share

PartsListSortSettings Object


Description

PartsListSortSetting Object.

Properties

Name Description
Application Gets the root Application object. Where the property is weakly-typed, it can be set to (QueryInterfaced for) 'Application' when running with Inventor whereas, 'ApprenticeServer' when running with the Apprentice Server.
AutoSortOnUpdate Read-write property that gets and sets whether to sort parts list automatically when update.
Parent Gets the parent object from whom this object can logically be reached.
PrimaryColumnAscending Read-write property that gets and sets whether to sort from the lowest value to the highest or vice versa. The default value is True indicating that the sorting will be from the lowest value to the highest.
PrimaryColumnTitle Read-write property that gets and sets the primary column to use for the sorting. If the title of a non-existing column is provided, an error occurs.
SecondaryColumnAscending Read-write property that gets and sets whether to sort from the lowest value to the highest or vice versa. The default value is True indicating that the sorting will be from the lowest value to the highest.
SecondaryColumnTitle Read-write property that gets and sets the secondary column to use for the sorting. If the title of a non-existing column is provided, an error occurs.
SortNumerically Read-write property that gets and sets whether sorts by numerical order or not.
TertiaryColumnAscending Read-write property that gets and sets whether to sort from the lowest value to the highest or vice versa. The default value is True indicating that the sorting will be from the lowest value to the highest.
TertiaryColumnTitle Read-write property that gets and sets the tertiary column to use for the sorting. If the title of a non-existing column is provided, an error occurs.
Type Gets the constant that indicates the type of this object.

Accessed From

PartsListStyle.SortSettings

Version

Introduced in version 2025

Was this information helpful?