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





Windows & Linux

Description

Get the covariance matrix.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.