STK ObjectsSend 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 IncludeCovariance
);
[Java]
public bool getIncludeCovariance();
public void setIncludeCovariance(
    bool
);
[Python - STK API ]
@property
def IncludeCovariance(self) -> bool:

@IncludeCovariance.setter
def IncludeCovariance(self, IncludeCovariance:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.