MinorLine Property

MinorLine returns the LineFormat object for the minor contour lines with the Simple or Logarithmic level method. This is a read-only property.

Syntax

object.MinorLine

Example 1

This example demonstrates how to return the line color of the minor contour lines.

Debug.Print ContourLayer.MinorLine.ForeColor

Example 2

This example demonstrates how to change the line color to brown.

ContourLayer.MinorLine.ForeColorRGBA.Color = srfColorBrown

Used by: ContourLayer Object