com.esri.arcgis.carto
Interface IAnnotateMapProperties

All Superinterfaces:
IAnnotateProperties, Serializable
All Known Implementing Classes:
AnnotateMapProperties

public interface IAnnotateMapProperties
extends IAnnotateProperties, Serializable

Provides access to members that control the annotate map properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IAnnotateLayerPropertiesCollection getAnnotateLayerPropertiesCollection()
          A collection of annotate layer properties.
 void setAnnotateLayerPropertiesCollectionByRef(IAnnotateLayerPropertiesCollection annoLayerPropsCol)
          A collection of annotate layer properties.
 

Method Detail

setAnnotateLayerPropertiesCollectionByRef

void setAnnotateLayerPropertiesCollectionByRef(IAnnotateLayerPropertiesCollection annoLayerPropsCol)
                                               throws IOException,
                                                      AutomationException
A collection of annotate layer properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getAnnotateLayerPropertiesCollection

IAnnotateLayerPropertiesCollection getAnnotateLayerPropertiesCollection()
                                                                        throws IOException,
                                                                               AutomationException
A collection of annotate layer properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.carto.IAnnotateLayerPropertiesCollection
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.