Gets the central body graphics for the specified central body.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal CentralBody As String _ ) As |
[C#] |
---|
public IAgStkGraphicsCentralBodyGraphics this[ string CentralBody ] {get;} |
[Managed C++] |
---|
public: __property IAgStkGraphicsCentralBodyGraphics^ get_Item( String __gc ^ CentralBody ); |
[Unmanaged C++] |
---|
public: HRESULT get_Item( BSTR CentralBody, IAgStkGraphicsCentralBodyGraphics* ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsCentralBodyGraphics getItem( String CentralBody ); |
- CentralBody