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


IAnalyzeParameters.AnalyzeFootprints Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAnalyzeParameters Interface > IAnalyzeParameters.AnalyzeFootprints Property
ArcGIS Developer Help

IAnalyzeParameters.AnalyzeFootprints Property

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(
  Boolean* pbAnalyzeFootprints
);
[C++]
Parameters
pbAnalyzeFootprints [in]

pbAnalyzeFootprints is a parameter of type bool pbAnalyzeFootprints [out, retval]
pbAnalyzeFootprints is a parameter of type bool*

Product Availability

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

See Also

IAnalyzeParameters Interface