ApplyBinLineColormap
The ApplyBinLineColormap method applies the BinLineColorMap property to the lines of all the bins' symbols. Returns a string.
Syntax
object.ApplyBinLineColorMap( )
Example
This example demonstrates how to apply the classed post map's BinLineColorMap property with the "Rainbow" preset.
IClassPostLayer2.BinLineColorMap.LoadPreset("Rainbow")
IClassPostLayer2.ApplyBinLineColorMap()
Used by: ClassedPostLayer Object