|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAnnotateLayerPropertiesCollection2
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 |
|---|
static final int IID2b35e113_9f11_43d5_914f_5c7055db37bc
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int IAnnotateLayerPropertiesCollection2_add(IAnnotateLayerProperties item)
throws java.io.IOException,
AutomationException
item - A reference to a com.esri.arcgis.carto.IAnnotateLayerProperties (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void queryItem(int index,
IAnnotateLayerProperties[] item,
int[] iD)
throws java.io.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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clear()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void remove(int iD)
throws java.io.IOException,
AutomationException
iD - The iD (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void sort()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IAnnotateLayerProperties getProperties(int iD)
throws java.io.IOException,
AutomationException
iD - The iD (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void replace(int iD,
IAnnotateLayerProperties pAnnotateLayerProperties)
throws java.io.IOException,
AutomationException
iD - The iD (in)pAnnotateLayerProperties - A reference to a com.esri.arcgis.carto.IAnnotateLayerProperties (in)
java.io.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 | ||||||||