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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.