BinUpperLimit Property

BinUpperLimit returns the upper limit of the specified classed post map bin. The bin is a 1-based index. The bin with the lowest values is bin 1. Returns a double. This is a read-only property.

Syntax

object.BinUpperLimit( Index )

Parameter

Type

Description

Index

Integer

required

Example

This example demonstrates how to return the upper limit of the second bin.

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

Used by: ClassedPostLayer Object