Feedback

  • Contents
 

II3IDTools::IsFiltered Property

get_IsFiltered

Returns whether or not the tools collection is filtered. This collection can be filtered when obtaining a tool collection from an II3IDCategory pointer.

IDL Function Prototype

HRESULT IsFiltered(

   [out, retval] VARIANT_BOOL * CollectionIsFiltered

);

C/C++ Syntax

HRESULT get_IsFiltered(VARIANT_BOOL * CollectionIsFiltered);

Parameters

CollectionIsFiltered

True if the tools collection is filtered; otherwise False.