com.esri.arcgis.carto
Interface IMapTableSubtypeInfos

All Superinterfaces:
Serializable
All Known Implementing Classes:
MapTableSubtypeInfos

public interface IMapTableSubtypeInfos
extends Serializable

MapTableSubtypeInfo Array.

Product Availability

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


Method Summary
 void add(IMapTableSubtypeInfo pMapTableSubtypeInfo)
          Adds a MapTableSubtypeInfo.
 int getCount()
          The MapTableSubtypeInfo count.
 IMapTableSubtypeInfo getElement(int index)
          The MapTableSubtypeInfo at the specified position.
 void insert(int index, IMapTableSubtypeInfo pMapTableSubtypeInfo)
          Adds a MapTableSubtypeInfo info at the specified position.
 void remove(int index)
          Removes the MapTableSubtypeInfo at the specified position.
 void removeAll()
          Removes all MapTableSubtypeInfo.
 

Method Detail

getCount

int getCount()
             throws IOException,
                    AutomationException
The MapTableSubtypeInfo count.

Product Availability

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

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

getElement

IMapTableSubtypeInfo getElement(int index)
                                throws IOException,
                                       AutomationException
The MapTableSubtypeInfo at the specified position.

Product Availability

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

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.carto.IMapTableSubtypeInfo
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

void remove(int index)
            throws IOException,
                   AutomationException
Removes the MapTableSubtypeInfo at the specified position.

Product Availability

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

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

removeAll

void removeAll()
               throws IOException,
                      AutomationException
Removes all MapTableSubtypeInfo.

Product Availability

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

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

add

void add(IMapTableSubtypeInfo pMapTableSubtypeInfo)
         throws IOException,
                AutomationException
Adds a MapTableSubtypeInfo.

Product Availability

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

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

insert

void insert(int index,
            IMapTableSubtypeInfo pMapTableSubtypeInfo)
            throws IOException,
                   AutomationException
Adds a MapTableSubtypeInfo info at the specified position.

Product Availability

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

Parameters:
index - The index (in)
pMapTableSubtypeInfo - A reference to a com.esri.arcgis.carto.IMapTableSubtypeInfo (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.