AGI STK Util 11Send comments on this topic.
NewOrbitStateOnCB Method (IAgConversionUtility)
See Also 
CentralBodyName
Windows






Windows & Linux

Description

Creates an IAgOrbitState interface using the supplied central body.

Syntax

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

Parameters

CentralBodyName

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.