SetBinSymbols
SetBinSymbols sets the classed post map symbol set and symbol of each bin. Returns a variable.
Syntax
object.SetBinSymbols( Index,Set )
Parameter |
Type |
Required/ Optional |
Default |
Description |
Index |
Integer |
Required |
This specifies the symbol index all symbols in the corresponding symbol set are set to. |
|
Set |
String |
Optional |
GSI Default Symbols |
This specifies the symbol set and symbol index for all the symbols in the bin. |
Example
This example demonstrates how to set all the classed post map's symbols to the third index ("Number 3") of the "Arial Black" symbol set.
IClassPostLayer2.SetBinSymbols(3, "Arial Black")
Used by: ClassedPostLayer Object