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


IGPItemIndexer2.SkipMosaicItems Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

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(
  Boolean* pSkipMosaicItems
);
[C++]
HRESULT put_SkipMosaicItems(
  VARIANT_BOOL pSkipMosaicItems
);
[C++]
Parameters
pSkipMosaicItems [out, retval]

pSkipMosaicItems is a parameter of type bool* pSkipMosaicItems [in]
pSkipMosaicItems is a parameter of type bool

Product Availability

No record for Search in Libraries found

See Also

IGPItemIndexer2 Interface