Item

Returns the IFeature61 element in the specified zero based index.  

To access a specific element use the following syntax: IFeatures61(index).

C# exposes this property as an indexer accessed using the following syntax: IFeatures61[index].

Note:    This property does not return annotations for annotation feature group and it cannot be used to iterate through the annotation elements in the group. See: IsAnnotation.

 

 

JavaScript

 

Item(

       Index,

       pVal)

 

C#

 

dynamic this[object Index] { get; }

 

C++

 

HRESULT Item(

       [in] VARIANT Index,

       [out, retval] VARIANT* pVal)