|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAnnotateLayerPropertiesCollection
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 |
---|
static final int IID1d5849f2_0d33_11d2_a26f_080009b6f22b
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void 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, IElementCollection[] placedElements, IElementCollection[] unplacedElements) throws java.io.IOException, AutomationException
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)
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(IAnnotateLayerProperties layerProps) throws java.io.IOException, AutomationException
layerProps
- 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.void sort() throws java.io.IOException, AutomationException
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 |