This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAnalyzeParameters Interface > IAnalyzeParameters.AnalyzeKeyProperties Property (ArcObjects .NET 10.4 SDK) |
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