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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.