ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDataset.Children Property

The mosaic dataset owned tables.

[Visual Basic .NET]
Public ReadOnly Property Children As IEnumName
[C#]
public IEnumName Children {get;}
[C++]
HRESULT get_Children(
  IEnumName** ppNames
);
[C++]

Parameters

ppNames [out, retval]

  ppNames is a parameter of type IEnumName

Product Availability

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

See Also

IMosaicDataset Interface