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

Glossary Item Box

Description

Returns the code of the projection type of the projected coordinate system.

Property type

Read-only property

Syntax

variable = object.Projection

Return Type

Long

Remarks

The Projection property returns the code of the projected coordinate system's projection type. You can use the LookupCode method to get the name of the projection type. For example:


     Set CS = Application.Map.CoordinateSystem
     MsgBox "Projection: " & CS.LookupCode(CS.Projection)

See Also

© 2012 All Rights Reserved.