AGI STK Objects 11 Send comments on this topic.
Item Property (IAgVmVOSpatialCalculationLevelCollection)
See Also 
Level





Description

Given an index, returns an element in the collection.

Property type

Read-only property

Syntax

[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
);

[Unmanaged C++]
public: HRESULT get_Item(
long RetVal
);

[Java]
public IAgVmVOSpatialCalculationLevel getItem(
int
);

Parameters

Level

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1