ArcPad Scripting Object Model
TextSymbol Object
See Also  Members  Send comments on this topic.

Glossary Item Box

Description

TextSymbol

 

A TextSymbol object consists of attributes that control how text is displayed. It is commonly used with the DrawText method of the Map object to render text on the screen.

Remarks

A TextSymbol object is a creatable object in ArcPad. Here's an example of creating a new TextSymbol object:

Dim pTextSymbol
Set pTextSymbol = Application.CreateAppObject("textsymbol")

See Also

© 2012 All Rights Reserved.