| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILayerDrawingDescriptions
LayerDrawingDescription Array.
| Method Summary | |
|---|---|
|  void | add(ILayerDrawingDescription pLayerDrawingDescription)Adds a LayerDrawingDescription. | 
|  int | getCount()The LayerDrawingDescription count. | 
|  ILayerDrawingDescription | getElement(int index)The LayerDrawingDescription at the specified position. | 
|  void | insert(int index,
       ILayerDrawingDescription pLayerDrawingDescription)Adds a LayerDrawingDescription info at the specified position. | 
|  void | remove(int index)Removes the LayerDrawingDescription at the specified position. | 
|  void | removeAll()Removes all LayerDrawingDescriptions. | 
| Method Detail | 
|---|
int getCount()
             throws IOException,
                    AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILayerDrawingDescription getElement(int index)
                                    throws IOException,
                                           AutomationException
index - The index  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void remove(int index)
            throws IOException,
                   AutomationException
index - The index  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeAll()
               throws IOException,
                      AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void add(ILayerDrawingDescription pLayerDrawingDescription)
         throws IOException,
                AutomationException
pLayerDrawingDescription - A reference to a com.esri.arcgis.carto.ILayerDrawingDescription  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insert(int index,
            ILayerDrawingDescription pLayerDrawingDescription)
            throws IOException,
                   AutomationException
index - The index  (in)pLayerDrawingDescription - A reference to a com.esri.arcgis.carto.ILayerDrawingDescription  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||