BinCount Property

BinCount returns the number of data values in the selected classed post map bin. Returns an integer. This is a read-only property.

Syntax

object. BinCount( Index )

Example

This example demonstrates how to return the number of data values in the second bin.

Debug .Print ClassedPostLayer.BinCount(Index:=2)

Used by: ClassedPostLayer Object