LabFreq Property

 

The LabFreq property returns the map collar tick mark label frequency. Returns an integer. This is a read-only property.

 

Syntax

object.LabFreq( Inner, Minor )

 

Parameter

Type

Description

Inner

Boolean

optional; true to return the inner tick mark label frequency, false (default) to return the outer tick mark label frequency

Minor

Boolean

optional; true to return the minor tick mark label frequency, false (default) to return the major tick mark label frequency

 

Remarks

The map collar tick mark labels are set with the SetTicks method.

 

Example

    'LabFreq (read-only)

    'Return the value of the outer tick mark label frequency

    Debug.Print Collar.LabFreq(Inner:=False)

 

Used by: Collar object