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


IAnalyzeParameters.AnalyzeFunctions Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAnalyzeParameters.AnalyzeFunctions Property

Indicates whether each raster function associated with each selected mosaic dataset item is analyzed.

[Visual Basic .NET]
Public Property AnalyzeFunctions As Boolean
[C#]
public bool AnalyzeFunctions {get; set;}
[C++]
HRESULT get_AnalyzeFunctions(
  VARIANT_BOOL* pbAnalyzeFunctions
);
[C++]
HRESULT put_AnalyzeFunctions(
  VARIANT_BOOL pbAnalyzeFunctions
);
[C++]

Parameters pbAnalyzeFunctions [out, retval] pbAnalyzeFunctions is a parameter of type VARIANT_BOOL pbAnalyzeFunctions [in] pbAnalyzeFunctions is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IAnalyzeParameters Interface