com.esri.arcgis.carto
Interface IAnnotateLayerPropertiesCollection2

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

public interface IAnnotateLayerPropertiesCollection2
extends java.io.Serializable

COM Interface 'IAnnotateLayerPropertiesCollection2'. Generated 3/19/2015 1:20:52 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 IID2b35e113_9f11_43d5_914f_5c7055db37bc
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID2b35e113_9f11_43d5_914f_5c7055db37bc

static final int IID2b35e113_9f11_43d5_914f_5c7055db37bc
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

IAnnotateLayerPropertiesCollection2_add

int IAnnotateLayerPropertiesCollection2_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)
Returns:
The iD
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,
               int[] iD)
               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)
iD - The iD (out: use single element array)
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(int iD)
            throws java.io.IOException,
                   AutomationException
Removes the item in the collection with the given id.

Parameters:
iD - The iD (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.

getProperties

IAnnotateLayerProperties getProperties(int iD)
                                       throws java.io.IOException,
                                              AutomationException
The item in the collection with the given id.

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

replace

void replace(int iD,
             IAnnotateLayerProperties pAnnotateLayerProperties)
             throws java.io.IOException,
                    AutomationException
Replaces the item in the collection with the given id.

Parameters:
iD - The iD (in)
pAnnotateLayerProperties - 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.