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


IAnalyzeParameters.AnalyzeKeyProperties 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.AnalyzeKeyProperties Property
ArcGIS Developer Help

IAnalyzeParameters.AnalyzeKeyProperties Property

Indicates whether raster key properties associated with selected mosaic dataset items are analyzed.

[Visual Basic .NET]
Public Property AnalyzeKeyProperties As Boolean
[C#]
public bool AnalyzeKeyProperties {get; set;}
[C++]
HRESULT get_AnalyzeKeyProperties(
  VARIANT_BOOL pbAnalyzeKeyProperties
);
[C++]
HRESULT put_AnalyzeKeyProperties(
  Boolean* pbAnalyzeKeyProperties
);
[C++]
Parameters
pbAnalyzeKeyProperties [in]

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

Product Availability

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

See Also

IAnalyzeParameters Interface