Returns the code of the projection type of the projected coordinate system.
Read-only property
variable = object.Projection |
Long
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)
Set CS = Application.Map.CoordinateSystem
MsgBox "Projection: " & CS.LookupCode(CS.Projection)