This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMosaicLayer Interface > IMosaicLayer.MosaicDataset Property (ArcObjects .NET 10.5 SDK) |
The Mosaic Dataset referenced by the Mosaic Layer.
[Visual Basic .NET] Public ReadOnly Property MosaicDataset As IMosaicDataset
[C#] public IMosaicDataset MosaicDataset {get;}
[C++]
HRESULT get_MosaicDataset(
IMosaicDataset** ppMosaicDataset
);
[C++]
Parameters ppMosaicDataset [out, retval]
ppMosaicDataset is a parameter of type IMosaicDataset