The TickLength property returns the map collar tick mark length in 0.001 of an inch. Returns an integer. This is a read-only property.
Syntax
object.TickLength( Inner, Minor )
Parameter |
Type |
Description |
Inner |
Boolean |
optional; true to return the inner tick mark length, false (default) to return the outer tick mark length |
Minor |
Boolean |
optional; true to return the minor tick mark length, false (default) to return the major tick mark length |
Remarks
The map collar tick mark length is set with the SetTicks method. The tick length is set in 0.001 of an inch. For example, 300 is the return value if the tick mark length is 0.3 inches.
Example
'TickLength (read-only)
'Return the value of the outer tick length
Debug.Print Collar.TickLength
Used by: Collar object