|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILabelClassDescriptions
Provides access to the Label Class Descriptions Interface.
| Method Summary | |
|---|---|
void |
add(ILabelClassDescription pLabelClassDescription)
Adds a Label Class Description. |
int |
getCount()
The Label Class count. |
ILabelClassDescription |
getElement(int index)
The Label Class Description at the specified position. |
void |
insert(int index,
ILabelClassDescription pLabelClassDescription)
Adds a Label Class Description at the specified position. |
void |
remove(int index)
Removes the Label Class Description at the specified position. |
void |
removeAll()
Removes all Label Class Descriptions. |
| Method Detail |
|---|
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILabelClassDescription 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(ILabelClassDescription pLabelClassDescription)
throws IOException,
AutomationException
pLabelClassDescription - A reference to a com.esri.arcgis.carto.ILabelClassDescription (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insert(int index,
ILabelClassDescription pLabelClassDescription)
throws IOException,
AutomationException
index - The index (in)pLabelClassDescription - A reference to a com.esri.arcgis.carto.ILabelClassDescription (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 | ||||||||