com.esri.arcgis.geodatabase
Interface IMosaicDatasetName2

All Superinterfaces:
IMosaicDatasetName, Serializable
All Known Implementing Classes:
MosaicDatasetName

public interface IMosaicDatasetName2
extends IMosaicDatasetName, Serializable

Provides access to members that control a mosaic dataset name.

Product Availability

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


Method Summary
 IStringArray getChildrenNames()
          The mosaic dataset table names.
 void setChildrenNamesByRef(IStringArray ppNames)
          The mosaic dataset table names.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IMosaicDatasetName
isReferenced, setReferenced
 

Method Detail

getChildrenNames

IStringArray getChildrenNames()
                              throws IOException,
                                     AutomationException
The mosaic dataset table names.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setChildrenNamesByRef

void setChildrenNamesByRef(IStringArray ppNames)
                           throws IOException,
                                  AutomationException
The mosaic dataset table names.

Product Availability

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

Parameters:
ppNames - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.