This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGroupSymbolElement Interface > IGroupSymbolElement.ImportFromESRIAnno Method (ArcObjects .NET 10.4 SDK) |
Loads the anno in a compressed format.
[Visual Basic .NET] Public Sub ImportFromESRIAnno ( _ ByVal stream As IStream, _ ByVal SpatialReference As ISpatialReference _ )
[C#] public void ImportFromESRIAnno ( IStream stream, ISpatialReference SpatialReference );
[C++]
HRESULT ImportFromESRIAnno(
IStream* stream,
ISpatialReference* SpatialReference
);
[C++]
Parameters stream [in]
stream is a parameter of type IStream SpatialReference [in]
SpatialReference is a parameter of type ISpatialReference