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


IAnalyzeParameters.AnalyzeFunctions Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAnalyzeParameters Interface > IAnalyzeParameters.AnalyzeFunctions Property
ArcGIS Developer Help

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(
  Boolean* pbAnalyzeFunctions
);
[C++]
Parameters
pbAnalyzeFunctions [in]

pbAnalyzeFunctions is a parameter of type bool pbAnalyzeFunctions [out, retval]
pbAnalyzeFunctions is a parameter of type bool*

Product Availability

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

See Also

IAnalyzeParameters Interface