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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1