Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 729 Bytes

PyIObjectArray.md

File metadata and controls

40 lines (20 loc) · 729 Bytes

PyIObjectArray

PyIObjectArray Object

Holds a collection of interface objects

Methods

  • GetCount

    Returns number of objects in collection 

  • GetAt

    Retrieves an item by zero-based index 

PyIUnknown = GetAt(Index, riid

) Retrieves an item by zero-based index

Parameters

  • Index : int

    Index of item to retrieve

  • riid=IID_IUnknown : PyIID

    The interface to return

int = GetCount() Returns number of objects in collection