This document is archived and information here might be outdated.  Recommended version.


INDVIFunctionArguments3.ScientificOutput Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IN > INDVIFunctionArguments3 Interface > INDVIFunctionArguments3.ScientificOutput Property
ArcGIS Developer Help

INDVIFunctionArguments3.ScientificOutput Property

Indicates the output values should be between -1 and 1.

[Visual Basic .NET]
Public Property ScientificOutput As Boolean
[C#]
public bool ScientificOutput {get; set;}
[C++]
HRESULT get_ScientificOutput(
  Boolean* pbScientific
);
[C++]
HRESULT put_ScientificOutput(
  VARIANT_BOOL pbScientific
);
[C++]
Parameters
pbScientific [out, retval]

pbScientific is a parameter of type bool* pbScientific [in]
pbScientific is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INDVIFunctionArguments3 Interface