Get the covariance matrix.
Read-only property
[Visual Basic .NET] |
---|
Public Property PositionVelocity() As IAgVePositionVelocityCollection |
[C#] |
---|
public IAgVePositionVelocityCollection PositionVelocity {get;} |
[Managed C++] |
---|
public: __property IAgVePositionVelocityCollection ^ get_PositionVelocity(); |
[Unmanaged C++] |
---|
public: HRESULT get_PositionVelocity( IAgVePositionVelocityCollection ** ppVal ); |
[Java] |
---|
public IAgVePositionVelocityCollection getPositionVelocity(); |
[Python - STK API ] |
---|
@property def PositionVelocity(self) -> "IAgVePositionVelocityCollection": |