AGI STK VGT 11Send comments on this topic.
Add Method (IAgCrdnCentralBodyCollection)
See Also 
CentralBodyName
A central body name.
Windows






Windows & Linux

Description

Adds a central body to the collection of central bodies. True indicates success.

Syntax

[Visual Basic .NET]
Public Function Add( _
   ByVal CentralBodyName As String _
) As Boolean
[C#]
public bool Add(
   string CentralBodyName
);
[Managed C++]
public: bool Add(
   String __gc ^ CentralBodyName
);
[Java]
public bool add(
   String CentralBodyName
);
[Unmanaged C++]
public: HRESULT Add(
   BSTR CentralBodyName,
   VARIANT_BOOL * ReturnValue
);

Parameters

CentralBodyName
A central body name.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.