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


IItemPathsQuery.MosaicDatasetPaths Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IItemPathsQuery.MosaicDatasetPaths Property

The array of paths stored at the mosaic dataset (top) level.

[Visual Basic .NET]
Public ReadOnly Property MosaicDatasetPaths As IStringArray
[C#]
public IStringArray MosaicDatasetPaths {get;}
[C++]
HRESULT get_MosaicDatasetPaths(
  IStringArray** ppPaths
);
[C++]

Parameters ppPaths [out, retval]
ppPaths is a parameter of type IStringArray

Product Availability

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

See Also

IItemPathsQuery Interface