com.esri.arcgis.geodatabase
Interface ICoverageAnnotationFeature

All Superinterfaces:
Serializable
All Known Implementing Classes:
CoverageAnnotationFeature

public interface ICoverageAnnotationFeature
extends Serializable

Provides access to coverage annotation blob.

Product Availability

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


Method Summary
 IMemoryBlobStream getAnnotationBlob()
          The annotation blob for the feature.
 void setAnnotationBlobByRef(IMemoryBlobStream annotation)
          The annotation blob for the feature.
 

Method Detail

getAnnotationBlob

IMemoryBlobStream getAnnotationBlob()
                                    throws IOException,
                                           AutomationException
The annotation blob for the feature.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setAnnotationBlobByRef

void setAnnotationBlobByRef(IMemoryBlobStream annotation)
                            throws IOException,
                                   AutomationException
The annotation blob for the feature.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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