BinningMethod Property
BinningMethod returns or sets the binning method for a classed post map. Returns a SrfPostBinMethod.
Syntax
object.BinningMethodobject.BinningMethod = Method
Parameter |
Type |
Description |
Method |
required |
Example 1
This example demonstrates how to return which binning method is used to classify classed post map data.
Debug .Print ClassedPostLayer.BinningMethod
Example 2
This example demonstrates how to evenly distribute data among classed post map bins.
ClassedPostLayer.BinningMethod = srfPostEqNum
Used by: ClassedPostLayer Object