com.esri.arcgis.carto
Interface ISubtypeInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
SubtypeInfo

public interface ISubtypeInfo
extends Serializable

Provides access to Subtype Information.

Product Availability

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


Method Summary
 IFieldDomainInfos getFieldDomainInfos()
          The Array of Field Domains.
 int getSubtypeCode()
          The Subtype Code.
 String getSubtypeName()
          The Subtype Name.
 

Method Detail

getSubtypeCode

int getSubtypeCode()
                   throws IOException,
                          AutomationException
The Subtype Code.

Product Availability

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

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

getSubtypeName

String getSubtypeName()
                      throws IOException,
                             AutomationException
The Subtype Name.

Product Availability

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

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

getFieldDomainInfos

IFieldDomainInfos getFieldDomainInfos()
                                      throws IOException,
                                             AutomationException
The Array of Field Domains.

Product Availability

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

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