The SymbolFrequency property returns or sets the pin map symbol frequency. Returns an integer.
Syntax
object.SymbolFrequency
object.SymbolFrequency = SymbolFrequency
Parameter |
Type |
Description |
SymbolFrequency |
Integer |
required; frequency, 1 displays every symbol, 2 displays every other symbol, etc. |
Example 1
This example returns the symbol frequency.
Debug.Print PinMap.SymbolFrequency
Example 2
This example displays every other pin.
PinMap.SymbolFrequency = 2
Used by: PinMap object