ArcPad Scripting Object Model
DrawText Method
See Also  Send comments on this topic.
Text
Required. A String that contains the text to draw.
pShape
Required. A variable declared as a Geometric object.
pTextSymbol
Required. A variable declared as a TextSymbol object.
Map Object : DrawText Method

Glossary Item Box

Description

Draws text on the map using the specified text symbol.

Syntax

object.DrawText ( Text, pShape, pTextSymbol )

Parameters

Text
Required. A String that contains the text to draw.
pShape
Required. A variable declared as a Geometric object.
pTextSymbol
Required. A variable declared as a TextSymbol object.

Remarks

The DrawText method draws the text to the current map view. The text is positioned based on the specified shape and rendered based on the specified text symbol. If the map is refreshed or the extent changes, the text disappears.

Example

See Also

© 2012 All Rights Reserved.