AGI STK Objects 11 Send comments on this topic.
ComputeCovariance Property (IAgVeCovariance)
See Also 





Description

Opt whether to compute covariance.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ComputeCovariance();
public: __property void set_ComputeCovariance(
bool
);

[Unmanaged C++]
public: HRESULT get_ComputeCovariance(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ComputeCovariance(
VARIANT_BOOL NewComputeCovariance
);

[Java]
public bool getComputeCovariance();public void setComputeCovariance(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1