ReverseVectors Property

ReverseVectors returns or sets the reverse vector orientation state in a vector map. This property is used to reverse the direction the arrowhead points. The arrow symbol points in the "downhill" direction, which is the normal orientation.

The ReverseVectors property has a Boolean value. If this value is set to 'True', the normal vector orientation is reversed and if it is set to 'False', the normal vector orientation is restored.

Syntax

object.ReverseVectors

object. ReverseVectors = Reverse

Parameter

Type

Description

Reverse

Boolean

required

Example

This example shows how to reverse the vector orientation.

VectorLayer.ReverseVectors = True

Used by: VectorLayer Object