ApplyOffset Property

 

The ApplyOffset property returns or sets the state of the Apply offset parameter in the Hotine Oblique Mercator projection. Returns a Boolean.

 

Syntax

object.ApplyOffset

object.ApplyOffset = ApplyOffset

 

Parameter

Type

Description

ApplyOffset

Boolean

required; true to apply an offset

 

Remarks

Once an offset is applied, the offset is adjusted with the FalseEasting and FalseNorthing properties.

 

Example 1

This example applies an offset to a projection.

 

Proj.ApplyOffset = True

 

Example 2

This example returns the state of applying an offset to the projection.

 

Debug.Print Proj.ApplyOffset

 

Used by: Projection object