ProjectionType Property

 

The ProjectionType property returns or sets a projection type. Returns a MVProjectionType.

 

Syntax

object.ProjectionType

object.ProjectionType = ProjectionType

 

Parameter

Type

Description

ProjectionType

MVProjectionType

required; projection type

 

Example 1

This example returns the projection type.

 

Debug.Print Proj.ProjectionType

 

Example 2

This example changes the projection to Universal Transverse Mercator.

 

Proj.ProjectionType = mvProjUTM

 

Used by: Projection object