xFrequency Property

xFrequency returns or sets the vector map symbol frequency in the X direction. Returns an integer.

Syntax

object.xFrequency

object. xFrequency = Freq

Parameter

Type

Description

Freq

Integer

required

Example 1

This example demonstrates how to return the vector symbol frequency in the X direction.

Debug.Print VectorLayer.xFrequency

Example 2

This example demonstrates how to display every vector symbol in the X direction.

VectorLayer.xFrequency = 1

Used by: VectorLayer Object