Given an index, returns an element in the collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal index As Integer _ ) As IAgVmVOCrossSectionPlane |
[C#] |
---|
public IAgVmVOCrossSectionPlane this[ int index ] {get;} |
[Managed C++] |
---|
public: __property IAgVmVOCrossSectionPlane^ get_Item( int index ); |
[Unmanaged C++] |
---|
public: HRESULT get_Item( long index, IAgVmVOCrossSectionPlane* ppRetVal ); |
[Java] |
---|
public IAgVmVOCrossSectionPlane getItem( int index ); |
[Python - STK API ] |
---|
@property def Item(self) -> "IAgVmVOCrossSectionPlane": |
- index