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

Glossary Item Box

Description

Symbol

 A Symbol object consists of attributes that control how a graphic shape is displayed. It is commonly used with the DrawShape method of the Map object to render a shape on the screen. Depending on the kind of shape you're working with, you can set various properties that control the shape's display; for example, if the shape is a Line, you can use the LineStyle property to display the line with a solid, dashed, dotted, etc. pattern.

Remarks

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

Dim pSymbol
Set pSymbol = Application.CreateAppObject("symbol")

See Also

© 2013 All Rights Reserved.