| Re: Duplicate double-clicking State name in code?
Hi,
I'm not sure if this can be done. What you can try is to find the Location object and set the Highlight property to true. You have to check first if this can be done by checking the IsHighLightable property.
To find the Location object you can use FindPlaceResults (or maybe also FindAddressResults) and then step trough the Results collection. |