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