BlankLine Property
BlankLine returns the line format object for NoData regions. Returns a LineFormat object. This is a read-only property.
Syntax
object.BlankLine
Example 1
This example demonstrates how to return the color of the line outlining NoData regions.
Debug .Print ContourLayer.BlankLine.ForeColorRGBA.Color
Example 2
This example demonstrates how to set the color of the line outlining NoData regions to brown.
ContourLayer.BlankLine.ForeColorRGBA.Color = srfColorBrown
Used by: ContourLayer Object