AGI STK Objects 11Send comments on this topic.
AllowPosVelCovInterpolation Property (IAgVeIntegrator)
See Also 
Windows






Windows & Linux

Description

Get whether to allow pos-vel covariance interpolation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AllowPosVelCovInterpolation() As Boolean
[C#]
public bool AllowPosVelCovInterpolation {get; set;}
[Managed C++]
public: __property bool get_AllowPosVelCovInterpolation();
public: __property void set_AllowPosVelCovInterpolation(
   bool
);
[Unmanaged C++]
public: HRESULT get_AllowPosVelCovInterpolation(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_AllowPosVelCovInterpolation(
   VARIANT_BOOL NewAllowPosVelCovInterpolation
);
[Java]
public bool getAllowPosVelCovInterpolation();
public void setAllowPosVelCovInterpolation(
   bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.