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






Windows & Linux

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 * pVal
);
public: HRESULT put_ComputeCovariance(
    VARIANT_BOOL ComputeCovariance
);
[Java]
public bool getComputeCovariance();
public void setComputeCovariance(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.