Get the vehicle's 3D velocity covariance properties.
Read-only property
[Visual Basic .NET] |
---|
Public Property VelocityCovariance() As IAgVeVOVelCovariance |
[C#] |
---|
public IAgVeVOVelCovariance VelocityCovariance {get;} |
[Managed C++] |
---|
public: __property IAgVeVOVelCovariance ^ get_VelocityCovariance(); |
[Unmanaged C++] |
---|
public: HRESULT get_VelocityCovariance( IAgVeVOVelCovariance ** ppVal ); |
[Java] |
---|
public IAgVeVOVelCovariance getVelocityCovariance(); |
[Python - STK API ] |
---|
@property def VelocityCovariance(self) -> "IAgVeVOVelCovariance": |