This document is archived and information here might be outdated. Recommended version. |
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*