BinLowerLimit Property
BinLowerLimit returns the lower limit of the specified classed post map bin. Returns a double. This is a read-only property.
Syntax
object.BinLowerLimit( Index )
Parameter |
Type |
Description |
Index |
Integer |
required |
Example
This example demonstrates how to return the lower limit of the second bin.
Debug .Print ClassedPostLayer.BinLowerLimit(Index:=2)
Used by: ClassedPostLayer Object