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


IGPItemIndexer2.SkipMosaicItems Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

IGPItemIndexer2.SkipMosaicItems Property

Indicates whether to skip mosaic dataset items when indexing.

[Visual Basic .NET]
Public Property SkipMosaicItems As Boolean
[C#]
public bool SkipMosaicItems {get; set;}
[C++]
HRESULT get_SkipMosaicItems(
  VARIANT_BOOL* pSkipMosaicItems
);
[C++]
HRESULT put_SkipMosaicItems(
  VARIANT_BOOL pSkipMosaicItems
);
[C++]

Parameters pSkipMosaicItems [out, retval] pSkipMosaicItems is a parameter of type VARIANT_BOOL pSkipMosaicItems [in] pSkipMosaicItems is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IGPItemIndexer2 Interface