com.esri.arcgis.carto
Interface IAnnotateLayerPropertiesCollection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnnotateLayerPropertiesCollection, IAnnotateLayerPropertiesCollectionProxy

public interface IAnnotateLayerPropertiesCollection
extends java.io.Serializable

COM Interface 'IAnnotateLayerPropertiesCollection'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that work with a collection of annotation settings for a feature layer.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID1d5849f2_0d33_11d2_a26f_080009b6f22b
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID1d5849f2_0d33_11d2_a26f_080009b6f22b

static final int IID1d5849f2_0d33_11d2_a26f_080009b6f22b
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

add

void add(IAnnotateLayerProperties item)
         throws java.io.IOException,
                AutomationException
Adds an item to the collection.

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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
The number of items in the collection.

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

queryItem

void queryItem(int index,
               IAnnotateLayerProperties[] item,
               IElementCollection[] placedElements,
               IElementCollection[] unplacedElements)
               throws java.io.IOException,
                      AutomationException
Returns the item in the collection at the specified index.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clear

void clear()
           throws java.io.IOException,
                  AutomationException
Removes all the items in the collection.

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

remove

void remove(IAnnotateLayerProperties layerProps)
            throws java.io.IOException,
                   AutomationException
Removes the item in the collection at the specified index.

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

sort

void sort()
          throws java.io.IOException,
                 AutomationException
Sorts the items in the collection.

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