STK Graphics PrimitivesSend comments on this topic.
Item Property (IAgStkGraphicsCentralBodyGraphicsIndexer)
See Also
CentralBody
The Central Body.
Windows





Windows & Linux

Description

Gets the CentralBodyGraphics 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 ^ CentralBody
);
[Unmanaged C++]
public: HRESULT get_Item(
    BSTR CentralBody,
    IAgStkGraphicsCentralBodyGraphics* ppRetVal
);
[Java]
public IAgStkGraphicsCentralBodyGraphics getItem(
    String CentralBody
);
[Python - STK API ]
@property
def Item(self) -> "IAgStkGraphicsCentralBodyGraphics":

Parameters

CentralBody
The Central Body.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.