DatumType Property

 

The DatumType property returns or sets a projection's datum type. Returns a MVDatumType.

 

Syntax

object.DatumType

object.DatumType = DatType

 

Parameter

Type

Description

DatType

MVDatumType

required; datum type

 

Example 1

This example returns the datum type for a projection.

 

Debug.Print Proj.DatumType

 

Example 2

This example sets the datum type to European 1950.

 

Proj.DatumType = mvDatum_European_1950

 

Used by: Projection object