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






Windows & Linux

Description

Creates an IAgPosition interface using the supplied central body.

Syntax

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

Parameters

CentralBodyName

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.