This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAnalyzeParameters Interface > IAnalyzeParameters.AnalyzeFootprints Property (ArcObjects .NET 10.4 SDK) |
Indicates whether the geometry associated with each selected mosaic dataset item is analyzed.
[Visual Basic .NET] Public Property AnalyzeFootprints As Boolean
[C#] public bool AnalyzeFootprints {get; set;}
[C++]
HRESULT get_AnalyzeFootprints(
VARIANT_BOOL* pbAnalyzeFootprints
);
[C++]
HRESULT put_AnalyzeFootprints(
VARIANT_BOOL pbAnalyzeFootprints
);
[C++]
Parameters pbAnalyzeFootprints [out, retval] pbAnalyzeFootprints is a parameter of type VARIANT_BOOL pbAnalyzeFootprints [in] pbAnalyzeFootprints is a parameter of type VARIANT_BOOL