com.esri.arcgis.carto
Interface IDomainInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
DomainInfo

public interface IDomainInfo
extends Serializable

Domain Info

Product Availability

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


Method Summary
 IDomain getDomain()
          The domain that is different from the Layer.
 boolean isInherited()
          Indicates if the Domain of the Type is inherited from the Layer.
 

Method Detail

getDomain

IDomain getDomain()
                  throws IOException,
                         AutomationException
The domain that is different from the Layer.

Product Availability

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

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

isInherited

boolean isInherited()
                    throws IOException,
                           AutomationException
Indicates if the Domain of the Type is inherited from the Layer.

Product Availability

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

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