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


IAnalyzeParameters.AnalyzeKeyProperties Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  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