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 | ||
---|---|---|
AnchorPoint | Callout anchor point. | |
Color | Font color. | |
DrawESRIAnno | Draws the anno in a compressed format. | |
ExportToESRIAnno | Saves the anno in a compressed format. | |
FlipAngle | Flip angle. | |
GroupSymbol | The symbol ID associated with this element. | |
HorizontalAlignment | Horizontal alignment style. | |
ImportFromESRIAnno | Loads the anno in a compressed format. | |
Size | Font size. | |
SymbolID | Symbol ID associated with this element. | |
TextPath | Text path. | |
VerticalAlignment | Vertical alignment style. | |
XOffset | Text offset along X-axis. | |
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.