C++
BOOL GetItemOrder( AcTcCatalogItemArray& items ) const;
Description
This method gets the order of the items as they appear in the view. This order is stored in the user's profile file, which stores all the UI settings for a user; it is not necessarily the original order of the items in the catalog.
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero.
Parameters
Parameters | Description |
---|---|
items | Input array to receive the catalog items in the order in which they appear in the view |