STK ObjectsSend comments on this topic.
Item Property (IAgStkCentralBodyCollection)
See Also
IndexOrName
Windows





Windows & Linux

Description

Returns a central body by name or at a specified position.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
    ByVal IndexOrName As System.Object _
) As IAgStkCentralBody
[C#]
public IAgStkCentralBody this[
    System.Object IndexOrName
] {get;}
[Managed C++]
public: __property IAgStkCentralBody^ get_Item(
    VARIANT IndexOrName
);
[Unmanaged C++]
public: HRESULT get_Item(
    VARIANT IndexOrName,
    IAgStkCentralBody* ppRetVal
);
[Java]
public IAgStkCentralBody getItem(
    AgVariant IndexOrName
);
[Python - STK API ]
@property
def Item(self) -> "IAgStkCentralBody":

Parameters

IndexOrName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.