|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAnnotateLayerPropertiesCollection2
Provides access to members that work with a collection of annotation settings for a feature layer.
IAnnotateLayerProperties| Method Summary | |
|---|---|
void |
clear()
Removes all the items in the collection. |
int |
getCount()
The number of items in the collection. |
IAnnotateLayerProperties |
getProperties(int iD)
The item in the collection with the given id. |
int |
IAnnotateLayerPropertiesCollection2_add(IAnnotateLayerProperties item)
Adds an item to the collection. |
void |
queryItem(int index,
IAnnotateLayerProperties[] item,
int[] iD)
Returns the item in the collection at the specified index. |
void |
remove(int iD)
Removes the item in the collection with the given id. |
void |
replace(int iD,
IAnnotateLayerProperties pAnnotateLayerProperties)
Replaces the item in the collection with the given id. |
void |
sort()
Sorts the items in the collection. |
| Method Detail |
|---|
int IAnnotateLayerPropertiesCollection2_add(IAnnotateLayerProperties item)
throws IOException,
AutomationException
item - A reference to a com.esri.arcgis.carto.IAnnotateLayerProperties (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void queryItem(int index,
IAnnotateLayerProperties[] item,
int[] iD)
throws IOException,
AutomationException
index - The index (in)item - A reference to a com.esri.arcgis.carto.IAnnotateLayerProperties (out: use single element array)iD - The iD (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clear()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void remove(int iD)
throws IOException,
AutomationException
iD - The iD (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void sort()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IAnnotateLayerProperties getProperties(int iD)
throws IOException,
AutomationException
iD - The iD (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void replace(int iD,
IAnnotateLayerProperties pAnnotateLayerProperties)
throws IOException,
AutomationException
iD - The iD (in)pAnnotateLayerProperties - A reference to a com.esri.arcgis.carto.IAnnotateLayerProperties (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 | ||||||||