AGI STK Objects 11 Send comments on this topic.
CovarianceType Property (IAgVeEphemerisStkBinaryExportTool)
See Also 





Description

Choose to export position covariance (3x3), position/velocity covariance (6x6), or no covariance information. CovarianceType is valid only if the vehicle has ephemeris with covariance.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CovarianceType() As AgEStkEphemCovarianceType

[C#]
public AgEStkEphemCovarianceType CovarianceType {get; set;}

[Managed C++]
public: __property AgEStkEphemCovarianceType get_CovarianceType();
public: __property void set_CovarianceType(
AgEStkEphemCovarianceType
);

[Unmanaged C++]
public: HRESULT get_CovarianceType(
AgEStkEphemCovarianceType * pRetVal
);
public: HRESULT put_CovarianceType(
AgEStkEphemCovarianceType NewCovarianceType
);

[Java]
public AgEStkEphemCovarianceType getCovarianceType();public void setCovarianceType(
AgEStkEphemCovarianceType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1