ArcPadScripting
MarkerStyle

MarkerStyle constants

Constant Value Description
apMarkerImageMarker 257 Image marker style.
apMarkerTrueType 256 True type marker style.
apMarkerX 6 X marker style.
apMarkerDiamond 5 Diamond marker style.
apMarkerStar 4 Star marker style.
apMarkerCross 3 Cross marker style.
apMarkerTriangle 2 Triangle marker style.
apMarkerSquare 1 Square marker style.
apMarkerCircle 0 Circle marker style.

Remarks
Use these constants with the MarkerStyle property of the Symbol object.
Applies To