BinPercent Property

BinPercent returns the percentage of data in this classed post map bin. Returns a double. This is a read-only property.

Syntax

object.BinPercent( Index )

Parameter

Type

Description

Index

Integer

required

Example

This example demonstrates how to return the percentage of data contained within the second bin.

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

Used by: ClassedPostLayer Object