This document is archived and information here might be outdated.  Recommended version.


ICoverageAnnotationFeature.AnnotationBlob Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > ICoverageAnnotationFeature Interface > ICoverageAnnotationFeature.AnnotationBlob Property
ArcGIS Developer Help

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