STK ObjectsSend comments on this topic.
Gravity Property (IAgVeCovariance)
See Also
Windows





Windows & Linux

Description

Get the gravity parameters for the covariance.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Gravity() As IAgVeGravity
[C#]
public IAgVeGravity Gravity {get;}
[Managed C++]
public: __property IAgVeGravity ^ get_Gravity();
[Unmanaged C++]
public: HRESULT get_Gravity(
    IAgVeGravity ** ppVal
);
[Java]
public IAgVeGravity getGravity();
[Python - STK API ]
@property
def Gravity(self) -> "IAgVeGravity":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.