ArcPad Scripting Object Model
String Property
See Also  Send comments on this topic.
CoordSys Object : String Property

Glossary Item Box

Description

Returns or sets the complete contents of the projection file (.prj) of the coordinate system.

Property type

Read-write property

Syntax

object.String = [ value ]

Return Type

String

Remarks

The String property is the default property for the CoordSys object. Therefore, the following two lines of code will yield the same result:

       MsgBox Application.Map.CoordinateSystem.String
       MsgBox Application.Map.CoordinateSystem

Example

See Also

© 2012 All Rights Reserved.