STK ObjectsSend comments on this topic.
GetItemByName Method (IAgStkCentralBodyCollection)
See Also
CbName
Windows





Windows & Linux

Description

Retrieves a central body from the collection by name.

Syntax

[Visual Basic .NET]
Public Function GetItemByName( _
    ByVal CbName As String _
) As IAgStkCentralBody
[C#]
public IAgStkCentralBody GetItemByName(
    string CbName
);
[Managed C++]
public: IAgStkCentralBody^ GetItemByName(
    String __gc ^ CbName
);
[Unmanaged C++]
public: HRESULT GetItemByName(
    BSTR CbName,
    IAgStkCentralBody ** ppVal
);
[Java]
public IAgStkCentralBody getItemByName(
    String CbName
);
[Python - STK API ]
def GetItemByName(self, CbName:str) -> "IAgStkCentralBody":

Parameters

CbName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.