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


ISymbolCollectionElement.ImportFromESRIAnno 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.ImportFromESRIAnno Method
ArcGIS Developer Help

ISymbolCollectionElement.ImportFromESRIAnno Method

Loads the anno in a compressed format.

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

stream is a parameter of type IStream* SpatialReference [in]
SpatialReference is a parameter of type ISpatialReference* SymbolCollection [in]
SymbolCollection is a parameter of type ISymbolCollection*

Product Availability

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

See Also

ISymbolCollectionElement Interface