C# Class GlobeGraphicsToolbar.TextElement

Show file Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
TextElement ( IGeometry geometry, string text, float size ) : ESRI.ArcGIS.Geometry

Private Methods

Method Description
GetElement ( IGeometry geometry, string text, float size ) : IElement
GetElementProperties ( ) : IGlobeGraphicsElementProperties
GetHorizontalAlignment ( ) : esriTextHorizontalAlignment
GetIFontDisp ( float size ) : stdole.IFontDisp
GetVerticalAlignment ( ) : esriTextVerticalAlignment

Method Details

TextElement() public method

public TextElement ( IGeometry geometry, string text, float size ) : ESRI.ArcGIS.Geometry
geometry IGeometry
text string
size float
return ESRI.ArcGIS.Geometry