Share

CAcTcUiCatalogView::Sort

C++

BOOL Sort(
    int nSortOption
);

Description

Sorts the tools in the catalog view.

If the function succeeds, the return value is nonzero. If the function fails, the return value is zero.

Parameters

Parameters Description
nSortOption Input sort option, which can be one or more of the SortOption enum values

Links

CAcTcUiCatalogView Class

Was this information helpful?