STK AstrogatorSend comments on this topic.
Mode Property (IAgVAThirdBodyFunction)
See Also
Windows





Windows & Linux

Description

The third body gravity mode. The IAgComponentInfo object returned by this property can be cast to IAgVAGravityFieldFunction or IAgVAPointMassFunction depending on the selected ModeType.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Mode() As IAgComponentInfo
[C#]
public IAgComponentInfo Mode {get;}
[Managed C++]
public: __property IAgComponentInfo ^ get_Mode();
[Unmanaged C++]
public: HRESULT get_Mode(
    IAgComponentInfo ** ppComponent
);
[Java]
public IAgComponentInfo getMode();
[Python - STK API ]
@property
def Mode(self) -> "IAgComponentInfo":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.