ProjectionEllipsoid Property

 

The ProjectionEllipsoid property returns or sets a projection's ellipsoid. Returns a MVEllipsoidType.

 

Syntax

object.ProjectionEllipsoid

object.ProjectionEllipsoid = ProjectionEllipsoid

 

Parameter

Type

Description

ProjectionEllipsoid

MVEllipsoidType

required; ellipsoid type

 

Example 1

This example returns the ellipsoid used for a projection.

 

Debug.Print Proj.ProjectionEllipsoid

 

Example 2

This example sets a projection ellipsoid to Clarke 1866.

 

Proj.ProjectionEllipsoid = mv_ELLIPS_CLARKE_1866

 

Used by: Projection object