CentralScaleFactor Property

 

The CentralScaleFactor property returns or sets a projection's central scale factor. Returns a double.

 

Syntax

object.CentralScaleFactor

object.CentralScaleFactor = CentralScaleFactor

 

Parameter

Type

Description

CentralScaleFactor

Double

required; generally set to 1

 

Example 1

This example sets a projection's central scale factor to 1.

 

Proj.CentralScaleFactor = 1

 

Example 2

This example returns the central scale factor for a projection.

 

Debug.Print Proj.CentralScaleFactor

 

Used by: Projection object