DatumMethod Property

 

The DatumMethod property returns or sets a projection's datum method for performing transformation (i.e. Bursa-Wolf, Molodensky, etc.). Returns a MVDatumMethod.

 

Syntax

object.DatumMethod

object.DatumMethod = DatumMethod

 

Parameter

Type

Description

DatumMethod

MVDatumMethod

required; datum method

 

Example 1

This example returns the datum method for a projection.

 

Debug.Print Proj.DatumMethod

 

Example 2

This example sets the datum method to Bursa Wolf.

 

Proj.DatumMethod = mvDM_BursaWolf

 

Used by: Projection object