AGI STK Objects 11 Send comments on this topic.
Contains Method (IAgStkCentralBodyCollection)
See Also 
CentralName





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
);

[Java]
public bool contains(
String CentralName
);

[Unmanaged C++]
public: HRESULT Contains(
BSTR CentralName,
VARIANT_BOOL * ReturnValue
);

Parameters

CentralName

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1