BinName Property
BinName returns or sets the bin name of the specified classed post map bin. Returns a String.
Syntax
object.BinName( Index )
object.BinName(Index) = Name
Parameter |
Type |
Description |
Index |
Integer |
The index of the class/bin that is being set. |
Name |
String |
The new name of the class or bin. |
Example
This example demonstrates how to set the third bin's class name to "New name".
IClassPostLayer2.BinName(3) = "New name"
Used by: ClassedPostLayer Object