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