com.esri.arcgis.geodatabaseextensions
Interface IGPTerrainMembership

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPTerrainMembership

public interface IGPTerrainMembership
extends Serializable

Provides access to members that describe the properties of a feature class' terrain membership.

Product Availability

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


Method Summary
 String getTerrainName()
          The name of the terrain this feature class participates in.
 void setTerrainName(String name)
          The name of the terrain this feature class participates in.
 

Method Detail

getTerrainName

String getTerrainName()
                      throws IOException,
                             AutomationException
The name of the terrain this feature class participates in.

Product Availability

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

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

setTerrainName

void setTerrainName(String name)
                    throws IOException,
                           AutomationException
The name of the terrain this feature class participates in.

Product Availability

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

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