Get the third body gravity mode. The IAgComponentInfo object returned by this property can be cast to IAgVAGravityFieldFunction or IAgVAPointMassFunction depending on the selected ModeType.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Mode() As IAgComponentInfo |
| [C#] |
|---|
public IAgComponentInfo Mode {get;} |
| [Managed C++] |
|---|
public: __property IAgComponentInfo ^ get_Mode(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgComponentInfo getMode(); |
[Python - STK API ] |
|---|
@property def Mode(self) -> "IAgComponentInfo": |






