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


ISymbolCollectionElement.DrawESRIAnno Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISymbolCollectionElement Interface > ISymbolCollectionElement.DrawESRIAnno Method
ArcGIS Developer Help

ISymbolCollectionElement.DrawESRIAnno Method

Draws the anno in a compressed format.

[Visual Basic .NET]
Public Sub DrawESRIAnno ( _
    ByVal stream As IStream, _
    ByVal SymbolCollection As ISymbolCollection, _
    ByVal spatialRef As ISpatialReference, _
    ByVal Display As IDisplay _
)
[C#]
public void DrawESRIAnno (
    IStream stream,
    ISymbolCollection SymbolCollection,
    ISpatialReference spatialRef,
    IDisplay Display
);
[C++]
HRESULT DrawESRIAnno(
  IStream* stream,
  ISymbolCollection* SymbolCollection,
  ISpatialReference* spatialRef,
  IDisplay* Display
);
[C++]
Parameters
stream [in]

stream is a parameter of type IStream* SymbolCollection [in]
SymbolCollection is a parameter of type ISymbolCollection* spatialRef [in]
spatialRef is a parameter of type ISpatialReference* Display [in]
Display is a parameter of type IDisplay*

Product Availability

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

See Also

ISymbolCollectionElement Interface