com.esri.arcgis.geodatabase
Interface IMosaicDatasetName2

All Superinterfaces:
IMosaicDatasetName, java.io.Serializable
All Known Subinterfaces:
IMosaicDatasetName3
All Known Implementing Classes:
IMosaicDatasetName2Proxy, IMosaicDatasetName3Proxy, MosaicDatasetName

public interface IMosaicDatasetName2
extends IMosaicDatasetName, java.io.Serializable

COM Interface 'IMosaicDatasetName2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that control a mosaic dataset name.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID0b6f5156_2e59_41c8_9817_48d6d27ffa07
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IMosaicDatasetName
IID8911e302_d22b_42cb_b994_d3774b276460
 
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
 

Field Detail

IID0b6f5156_2e59_41c8_9817_48d6d27ffa07

static final int IID0b6f5156_2e59_41c8_9817_48d6d27ffa07
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getChildrenNames

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

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

setChildrenNamesByRef

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

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