ArcObjects Library Reference (Carto)  

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