Public Property Item( _ ByVal Index As Integer _ ) As IAgEntity
public IAgEntity this[ int Index ] {get;}
public: __property IAgEntity^ get_Item( int Index );
public: HRESULT get_Item( long Index, IAgEntity* ppEntity );
public IAgEntity getItem( int Index );