yFrequency Property

yFrequency returns or sets the vector map symbol frequency in the Y direction. Returns an integer.

Syntax

object.yFrequency

object. yFrequency = Freq

Parameter

Type

Description

Freq

Integer

required

Example 1

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

Debug.Print VectorLayer.yFrequency

Example 2

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

VectorLayer.xFrequency = 2

Used by: VectorLayer Object