Share

CAcTcUiCatalogView::GetItem

C++

CAcTcUiCatalogViewItem* GetItem(
    int iIndex
) const;

Description

Returns the catalog view item at the specified index. The index range should be between zero and one less than the number of items. The number of items can be obtained using GetItemCount().

Returns NULL if the index is out of bounds.

Parameters

Parameters Description
iIndex Input zero-based index of the item to retrieve

Links

CAcTcUiCatalogView Class

Was this information helpful?