Feedback

  • Contents
 

II3IDSubroutines::IsFiltered Property

get_IsFiltered

Returns whether or not the subroutine collection is filtered. This collection can be filtered when obtaining a subroutine 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 this collection is filtered; otherwise False.