ArcObjects Library Reference (DataSourcesRaster)  

IAnalyzeParameters.AnalyzeKeyProperties Property

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

ERROR: Syntax information about IAnalyzeParameters.AnalyzeKeyProperties may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[C++]
HRESULT get_AnalyzeKeyProperties(
  VARIANT_BOOL* pbAnalyzeKeyProperties
);
[C++]
HRESULT put_AnalyzeKeyProperties(
  VARIANT_BOOL pbAnalyzeKeyProperties
);
[C++]

Parameters

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

Product Availability

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

See Also

IAnalyzeParameters Interface