AGI STK Objects 11Send 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
);
[Java]
public bool contains(
   String CentralName
);
[Unmanaged C++]
public: HRESULT Contains(
   BSTR CentralName,
   VARIANT_BOOL * ReturnValue
);

Parameters

CentralName

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.