com.esri.arcgis.geodatabase
Interface IMosaicDatasetName

All Superinterfaces:
Serializable
All Known Implementing Classes:
MosaicDatasetName

public interface IMosaicDatasetName
extends Serializable

Provides access to members that control a mosaic dataset name.

Product Availability

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


Method Summary
 boolean isReferenced()
          Indicates if this is a referenced mosaic dataset.
 void setReferenced(boolean pReferenced)
          Indicates if this is a referenced mosaic dataset.
 

Method Detail

isReferenced

boolean isReferenced()
                     throws IOException,
                            AutomationException
Indicates if this is a referenced mosaic dataset.

Product Availability

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

Returns:
The pReferenced
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReferenced

void setReferenced(boolean pReferenced)
                   throws IOException,
                          AutomationException
Indicates if this is a referenced mosaic dataset.

Product Availability

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

Parameters:
pReferenced - The pReferenced (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.