SetBinSymbolsLineUniform

The SetBinSymbolsLineUniform method sets the symbol line color and opacity for all bins.

Syntax

object.SetBinSymbolLineUniform( Color,Opacity )

Parameter

Type

Required/

Optional

Default

Description

Color

srfColor

Required

This provides the color all symbols' lines are set to.

Opacity

Integer

Required

This provides the opacity in percent that all symbols' lines are set to.

Example

This example demonstrates how to set all the classed post map's symbols' lines to green with an opacity of 85%.

IClassPostLayer2.SetBinSymbolsLineUniform(srfColorGreen, 85)

Used by: ClassedPostLayer Object