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





Description

Given an index or a name of a central body, returns an element in the collection.

Property type

Read-only property

Syntax

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

[C#]
public IAgCentralBodyTerrainCollectionElement this[
System.Object vtIndex
] { get; }

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

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

[Java]
public IAgCentralBodyTerrainCollectionElement getItem(
Variant
);

Parameters

vtIndex

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1