AGI STK Graphics 11 Send comments on this topic.
Item Property (IAgStkGraphicsCentralBodyGraphicsIndexer)
See Also 
CentralBody
Windows






Windows & Linux

Description

Gets the central body graphics for the specified central body.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
   ByVal CentralBody As String _
) As IAgStkGraphicsCentralBodyGraphics

[C#]
public IAgStkGraphicsCentralBodyGraphics this[
string CentralBody
] { get; }

[Managed C++]
public: __property IAgStkGraphicsCentralBodyGraphics^ get_Item(
String __gc ^
);

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

[Java]
public IAgStkGraphicsCentralBodyGraphics getItem(
String
);

Parameters

CentralBody

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface