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






Windows & Linux

Description

Include covariance data in the exported file. If covariance data is not available, this property becomes read-only.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IncludeCovariance() As Boolean

[C#]
public bool IncludeCovariance {get; set;}

[Managed C++]
public: __property bool get_IncludeCovariance();
public: __property void set_IncludeCovariance(
bool
);

[Unmanaged C++]
public: HRESULT get_IncludeCovariance(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IncludeCovariance(
VARIANT_BOOL NewIncludeCovariance
);

[Java]
public bool getIncludeCovariance();public void setIncludeCovariance(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface