ESRI.ArcGIS.ADF.IMS
TextElement Constructor(Point,String,AcetateUnits)
See Also 
ESRI.ArcGIS.ADF.IMS.Display.AcetateElement Namespace > TextElement Class > TextElement Constructor : TextElement Constructor(Point,String,AcetateUnits)




location
The point-based location of where this object should display.
label
The text to be displayed.
units
The AcetateUnits associated with this element.
Constructs a TextElement object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal location As Point, _
   ByVal label As String, _
   ByVal units As AcetateUnits _
)
Visual Basic (Usage)Copy Code
Dim location As Point
Dim label As String
Dim units As AcetateUnits
 
Dim instance As TextElement(location, label, units)
C# 
public TextElement( 
   Point location,
   string label,
   AcetateUnits units
)

Parameters

location
The point-based location of where this object should display.
label
The text to be displayed.
units
The AcetateUnits associated with this element.

Remarks

For an example of using TextElement , see TextElement(string, AcetateUnits) constructor .

See Also

© 2010 All Rights Reserved.