ArcObjects Library Reference (Carto)  

IGroupSymbolElement Interface

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

Product Availability

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

Members

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.

CoClasses that implement IGroupSymbolElement

CoClasses and 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.