The OtherLocation property returns or sets the pin map locating method to Other Location File. Returns a Boolean.
Syntax
object.OtherLocation
object.OtherLocation = OtherLocation
Parameter |
Type |
Description |
OtherLocation |
Boolean |
required; true to use a different location file |
Example 1
This example returns the state of using a different location file for a pin map.
Debug.Print PinMap.OtherLocation
Example 2
This example sets the state of using a different location file for a pin map to true.
PinMap.OtherLocation = True
Used by: PinMap object