This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGroupSymbolElement Interface > IGroupSymbolElement.DrawESRIAnno Method (ArcObjects .NET 10.5 SDK) |
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