Creates an STK object using specified class, instance name and the central body.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkObject NewOnCentralBody( AgESTKObjectType EClassType, string InstName, string CentralBodyName ); |
| [Managed C++] |
|---|
public: IAgStkObject^ NewOnCentralBody( AgESTKObjectType EClassType, String __gc ^ InstName, String __gc ^ CentralBodyName ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkObject newOnCentralBody( AgESTKObjectType EClassType, String InstName, String CentralBodyName ); |
[Python - STK API ] |
|---|
def NewOnCentralBody(self, EClassType:"AgESTKObjectType", InstName:str, CentralBodyName:str) -> "IAgStkObject": |
- EClassType
- InstName
- CentralBodyName






