STK Vector Geometry ToolSend 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
);
[Unmanaged C++]
public: HRESULT Add(
    BSTR CentralBodyName,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool add(
    String CentralBodyName
);
[Python - STK API ]
def Add(self, CentralBodyName:str) -> bool:

Parameters

CentralBodyName
A central body name.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.