LabOffset Property

 

The LabOffset property returns the map collar tick mark label offset in 0.001 of an inch. Returns an integer. This is a read-only property.

 

Syntax

object.LabOffset( Inner, Minor )

 

Parameter

Type

Description

Inner

Boolean

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

Minor

Boolean

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

 

Remarks

The map collar tick mark labels are set with the SetTicks method. The label offset is set in 0.001 of an inch. For example, 300 is the return value if the offset is 0.3 inches.

 

Example

    'LabOffset (read-only)

    'Return the value of the outer tick mark label offset

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

 

Used by: Collar object