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


IAnalyzeParameters.AnalyzeFootprints Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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