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