SetBinSymbolsFillUniform

The SetBinSymbolsFillUniform method sets the symbol fill color and opacity for all bins.

Syntax

object.SetBinSymbolFillUniform(Color,Opacity )

Parameter

Type

Required/

Optional

Default

Description

Color

srfColor

Required

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

Opacity

Integer

Required

 

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

Example

This example demonstrates how to set all the classed post map's symbols' fills to blue, with an opacity of 49%.

IClassPostLayer2.SetBinSymbolsFillUniform(srfColorBlue, 49)

Used by: ClassedPostLayer Object