|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAnnotateLayerPropertiesCollection
Provides access to members that work with a collection of annotation settings for a feature layer.
The IAnnotateLayerPropertiesCollection interface maintains a set of LabelEngineLayerProperties for a feature layer.
IAnnotateLayerProperties| Method Summary | |
|---|---|
void |
add(IAnnotateLayerProperties item)
Adds an item to the collection. |
void |
clear()
Removes all the items in the collection. |
int |
getCount()
The number of items in the collection. |
void |
queryItem(int index,
IAnnotateLayerProperties[] item,
IElementCollection[] placedElements,
IElementCollection[] unplacedElements)
Returns the item in the collection at the specified index. |
void |
remove(IAnnotateLayerProperties layerprops)
Removes the item in the collection at the specified index. |
void |
sort()
Sorts the items in the collection. |
| Method Detail |
|---|
void add(IAnnotateLayerProperties item)
throws IOException,
AutomationException
Add adds an item to the collection.
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
Count is the number of items in the collection.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void queryItem(int index,
IAnnotateLayerProperties[] item,
IElementCollection[] placedElements,
IElementCollection[] unplacedElements)
throws IOException,
AutomationException
QueryItem returns the specified item from the collection.
index - The index (in)item - A reference to a com.esri.arcgis.carto.IAnnotateLayerProperties (out: use single element array)placedElements - A reference to a com.esri.arcgis.carto.IElementCollection (out: use single element array, optional, pass single element of null if not required)unplacedElements - A reference to a com.esri.arcgis.carto.IElementCollection (out: use single element array, optional, pass single element of null if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clear()
throws IOException,
AutomationException
Clear removes all the items in the collection.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void remove(IAnnotateLayerProperties layerprops)
throws IOException,
AutomationException
Remove removes the specified item from the collection.
layerprops - A reference to a com.esri.arcgis.carto.IAnnotateLayerProperties (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void sort()
throws IOException,
AutomationException
Sort sorts the collection based on the priority of the layer properties.
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 | ||||||||