STK ObjectsSend comments on this topic.
Contains Method (IAgStkCentralBodyCollection)
See Also
CentralName
Windows





Windows & Linux

Description

Searches for a central body with a given name. Returns false if the specified element does not exist.

Syntax

[Visual Basic .NET]
Public Function Contains( _
    ByVal CentralName As String _
) As Boolean
[C#]
public bool Contains(
    string CentralName
);
[Managed C++]
public: bool Contains(
    String __gc ^ CentralName
);
[Unmanaged C++]
public: HRESULT Contains(
    BSTR CentralName,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool contains(
    String CentralName
);
[Python - STK API ]
def Contains(self, CentralName:str) -> bool:

Parameters

CentralName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.