AGI STK Astrogator 11 Send comments on this topic.
Item Property (IAgVACentralBodyCollection)
See Also 
IndexOrCbName
Windows






Windows & Linux

Description

Allows you to iterate through the collection.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
   ByVal IndexOrCbName As System.Object _
) As IAgVACentralBody

[C#]
public IAgVACentralBody this[
System.Object IndexOrCbName
] { get; }

[Managed C++]
public: __property IAgVACentralBody^ get_Item(
VARIANT
);

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

[Java]
public IAgVACentralBody getItem(
Variant
);

Parameters

IndexOrCbName

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface