ArcObjects Library Reference (GeoDatabase)  

ICoverageAnnotationFeature.AnnotationBlob Property

The annotation blob for the feature.

[Visual Basic .NET]
Public Property AnnotationBlob As IMemoryBlobStream
[C#]
public IMemoryBlobStream AnnotationBlob {get; set;}
[C++]
HRESULT get_AnnotationBlob(
  IMemoryBlobStream** annotation
);
[C++]
HRESULT putref_AnnotationBlob(
  IMemoryBlobStream* annotation
);
[C++]

Parameters

annotation [out, retval]

  annotation is a parameter of type IMemoryBlobStream

annotation [in]

  annotation is a parameter of type IMemoryBlobStream

Product Availability

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

See Also

ICoverageAnnotationFeature Interface