Tagged Questions
2
votes
0answers
28 views
Versioning an ArcMap Extension
When developing an ArcMap extension, is there an automatic way to handle versioning?
In the snippet below, the Version tag can be updated manually, but is there a way to auto-increment it or let the ...
8
votes
1answer
96 views
What's the ArcObjects equivalent to ArcMap's Flip button
In an ArcMap extension, I need to flip multiple lines from a selection.
The ArcMap Flip button only allow to flip one feature at a time.
What's the ArcObjects equibalent to the ArcMap's flip button?
...
4
votes
1answer
118 views
How to render features with different symbols depending on in memory data?
We are developing a complex ArcMap extension software which contains class extensions, a workspace extension and some ArcMap extensions.
The purpose of the software is to link our existing management ...
0
votes
0answers
25 views
How to capture the “OnFeatureChange” or “OnFeatureChange” for a parcel in a cadastral fabric?
The normal "OnChangeFeature" and " OnCreateFeature" don't fire when editing in a cadastral fabric and I'm looking for similar events where I can hook into editing events that are occuring for ...
4
votes
2answers
230 views
ArcGIS Attribute Assistant method not working
I don't know how many of you are using Attribute Assistant for ArcGIS 10.1, hope many:) I have some difficulties with a couple of methods.
Well, I got the INTERSECTING_EDGE, the GENERATE_ID, and a ...
1
vote
2answers
204 views
IFeature.Store seems to bypass edit sessions and cannot be rolled back. Why?
I'm working with ArcObjects edit sessions for the first time and am having some trouble with it. The C# code I am about to discuss is part of an ArcMap 9.3 extension DLL.
My problem is that calls to ...
8
votes
2answers
293 views
How do I insert new-line character into Addin Extension Description?
Apparently the text box in Esri's Extension manager doesn't wrap text (10.0 SP2).
As a workaround, I'm trying to insert newline characters into the xml file, but haven't found anything that works. ...
1
vote
1answer
250 views
Can I listen to the ICommandBar or ICommand OnClick event?
I have an ArcMap extension and I'm listening to the IEditEvents.
When the OnChangeFeature, OnCreateFeature or OnDeleteFeature event is called, I want to know if it came from the "merge(Editor_Merge)" ...
1
vote
2answers
403 views
extension list on tools toolbars
I'm sorry because my english isn't very good, I hope you're able to understand it. I'm using arcgis 9.3 right now, but when i try the Tools dropdown, then extension, there are no extensions listed. Do ...
3
votes
1answer
628 views
Blank extensions box in ArcMap 9.3
After a reinstall of ArcInfo 9.3 (which works fine for mapping etc), the box for all of my extensions is blank. I've checked, and they're all licensed in Desktop Administrator, but not showing at all ...