ProjectionFlattening Property

 

The ProjectionFlattening property returns or sets a projection's flattening ratio as a result of 1 / f for the user defined ellipsoid type. Returns a double.

 

Syntax

object.ProjectionFlattening

object.ProjectionFlattening = ProjectionFlattening

 

Parameter

Type

Description

ProjectionFlattening

Double

required; flattening amount

 

Example 1

This example returns the flattening ratio value for a projection.

 

Debug.Print Proj.ProjectionFlattening

 

Example 2

This example sets the flattening ratio for a projection to 1/300.

 

Proj.ProjectionFlattening = 300

 

Used by: Projection object