STK AstrogatorSend comments on this topic.
Add Method (IAgVACentralBodyCollection)
See Also
CbName
Windows





Windows & Linux

Description

Adds a central body to the collection.

Syntax

[Visual Basic .NET]
Public Sub Add( _
    ByVal CbName As String _
)
[C#]
public void Add(
    string CbName
);
[Managed C++]
public: void Add(
    String __gc ^ CbName
);
[Unmanaged C++]
public: HRESULT Add(
    BSTR CbName
);
[Java]
public void add(
    String CbName
);
[Python - STK API ]
def Add(self, CbName:str) -> None:

Parameters

CbName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.