BlankingLine Property
The BlankingLine property returns an AutoLine object to control the blanking line format. This is a read-only property.
Syntax
object.BlankingLine
object.BlankingLine =BlankingLine
Example
This example shows how to change the color and width of blanking lines in a contour map.
Map.BlankingLine.foreColor = grfColorRed
Map.BlankingLine.width = 0.03
Used by: AutoContourBaseMap Object