STK ObjectsSend comments on this topic.
NewOnCentralBody Method (IAgStkObjectCollection)
See Also
EClassType
InstName
CentralBodyName
Windows





Windows & Linux

Description

Creates an STK object using specified class, instance name and the central body.

Syntax

[Visual Basic .NET]
Public Function NewOnCentralBody( _
    ByVal EClassType As AgESTKObjectType, _
    ByVal InstName As String, _
    ByVal CentralBodyName As String _
) As IAgStkObject
[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++]
public: HRESULT NewOnCentralBody(
    AgESTKObjectType EClassType,
    BSTR InstName,
    BSTR CentralBodyName,
    IAgStkObject ** ppRetVal
);
[Java]
public IAgStkObject newOnCentralBody(
    AgESTKObjectType EClassType,
    String InstName,
    String CentralBodyName
);
[Python - STK API ]
def NewOnCentralBody(self, EClassType:"AgESTKObjectType", InstName:str, CentralBodyName:str) -> "IAgStkObject":

Parameters

EClassType
InstName
CentralBodyName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.