STK ObjectsSend comments on this topic.
VelocityCovariance Property (IAgSaVO)
See Also
Windows





Windows & Linux

Description

Get the satellite's 3D velocity covariance properties.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.