BinLineColorMap Property

BinLineColorMap returns a ColorMap object for all of the bins' symbol line colors. This is a read-only property.

Syntax

object.BinLineColorMap

Example

This example demonstrates how to return the bin line colormap object and assign it to a variable for later use.

Set LineCM = IClassPostLayer2.BinLineColorMap

Used by: ClassedPostLayer Object