Tagged Questions
2
votes
1answer
179 views
How to buffer a point in a Python Add-In by ArcMap's selection tolerance?
In this answer to another Python add-in question I suggested supplying a search_distance to the SelectLayerByLocation function in order to allow points and lines to be selected by an intersecting ...
6
votes
2answers
300 views
How to find all ICommandItem instances of a custom button command in an ArcMap add-in?
I have an ArcMap 10.0 add-in in which I have a button that the user can place (using the Customize dialog in ArcMap) on any toolbar including user-created toolbars as well as standard ones or even 3rd ...
1
vote
1answer
538 views
ArcObjects: Setting image of a command button to a partially transparent bitmap
In an ArcMap 10 add-in, I am attempting to create a toggle button of sorts whose image changes based on the button's state.
This answer describes how to set an add-in button's image programmatically ...
