Include covariance data in the exported file. If covariance data is not available, this property becomes read-only.
Read-write property
[Visual Basic .NET] |
---|
Public Property IncludeCovariance() As Boolean |
[C#] |
---|
public bool IncludeCovariance {get; set;} |
[Managed C++] |
---|
public: __property bool get_IncludeCovariance(); |
[Unmanaged C++] |
---|
public: HRESULT get_IncludeCovariance( VARIANT_BOOL * pRetVal ); public: HRESULT put_IncludeCovariance( VARIANT_BOOL IncludeCovariance ); |
[Java] |
---|
public bool getIncludeCovariance(); public void setIncludeCovariance( bool ); |