com.esri.arcgis.geodatabaseextensions
Interface ITerrainName

All Superinterfaces:
Serializable
All Known Implementing Classes:
TerrainName

public interface ITerrainName
extends Serializable

Provides access to members that set and return the associated feature dataset name object.

Product Availability

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


Method Summary
 IDatasetName getFeatureDatasetName()
          The Feature Dataset Name that the terrain belongs to.
 void setFeatureDatasetNameByRef(IDatasetName ppFeatureDatasetName)
          The Feature Dataset Name that the terrain belongs to.
 

Method Detail

setFeatureDatasetNameByRef

void setFeatureDatasetNameByRef(IDatasetName ppFeatureDatasetName)
                                throws IOException,
                                       AutomationException
The Feature Dataset Name that the terrain belongs to.

Product Availability

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

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

getFeatureDatasetName

IDatasetName getFeatureDatasetName()
                                   throws IOException,
                                          AutomationException
The Feature Dataset Name that the terrain belongs to.

Product Availability

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

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