BinSymbolSizeMax Property

BinSymbolSizeMax returns or sets the maximum symbol size for the specified bin. Returns a double.

Syntax

object.BinSymbolSizeMax

object.BinSymbolSizeMax=Size

Parameter

Type

Description

Size

Double

The maximum bin symbol size.

Example

This example demonstrates how to set the maximum bin symbol size to 1.4.

IClassPostLayer2.BinSymbolSizeMax = 1.4

Used by: ClassedPostLayer Object