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


IGroupSymbolElement Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGroupSymbolElement Interface
ArcGIS Developer Help

IGroupSymbolElement Interface

Provides access to members that control Group Symbol Elements. Note: the IGroupSymbolElement interface has been superseded by ISymbolCollectionElement. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Read/write property AnchorPoint Callout anchor point.
Read/write property Color Font color.
Method DrawESRIAnno Draws the anno in a compressed format.
Method ExportToESRIAnno Saves the anno in a compressed format.
Read/write property FlipAngle Flip angle.
Write-only property GroupSymbol The symbol ID associated with this element.
Read/write property HorizontalAlignment Horizontal alignment style.
Method ImportFromESRIAnno Loads the anno in a compressed format.
Read/write property Size Font size.
Read/write property SymbolID Symbol ID associated with this element.
Read/write property TextPath Text path.
Read/write property VerticalAlignment Vertical alignment style.
Read/write property XOffset Text offset along X-axis.
Read/write property YOffset Text offset along Y-axis.

Classes that implement IGroupSymbolElement

Classes Description
ParagraphTextElement The Graphic Element to display text which flows into an area geometry.
PMFTitleTextElement The Graphic Element to display dynamic PMF titles.
TextElement The Graphic Element to display text.

Remarks

IGroupSymbolElement provides access to properties of TextElements which reference TextSymbols stored in a SymbolCollection as part of Geodatabase Annotation Feature Classes. This interface has been superseded by ISymbolCollectionElement which provides access to more properties.