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


IGroupSymbolElement.ExportToESRIAnno Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IGroupSymbolElement.ExportToESRIAnno Method

Saves the anno in a compressed format.

[Visual Basic .NET]
Public Sub ExportToESRIAnno ( _
    ByVal stream As IStream _
)
[C#]
public void ExportToESRIAnno (
    IStream stream
);
[C++]
HRESULT ExportToESRIAnno(
  IStream* stream
);
[C++]

Parameters stream [in]
stream is a parameter of type IStream

Product Availability

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

See Also

IGroupSymbolElement Interface