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(
  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

Product Availability

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

See Also

IAnalyzeParameters Interface