The ShowTick property returns if the map collar ticks are displayed. Returns a Boolean. This is a read-only property.
Syntax
object.ShowTick( Inner )
Parameter |
Type |
Description |
Inner |
Boolean |
optional; true to return if the inner tick marks are displayed, false (default) to return if the outer tick marks are displayed |
Remarks
The map collar tick marks are set with the SetTicks method.
Example
'ShowTick (read-only)
'Return the state of the outer ticks visibility
Debug.Print Collar.ShowTick(Inner:=False)
Used by: Collar object