POST
|
Since there aren't any replies, I suppose my question is dumb or is already answered. During my search for a solution I came across ArcObjects SDK for .NET developer , its a very descriptive documentation, good for anyone starting ArcObjects and I was really happy to see a proper help which actually helps :). In it, there are two great walkthroughs, first one related to Building custom UI elements using Addins and the second for Building editor extension using ArcGIS Addins . The second one was closely related to my problem as I need event listeners to listen to editor events such as OnChangeFeature and OnFinishedSketch. It also include sample extension to show how different Addin components work together. Hope I am going in the right direction. Thanks
... View more
09-23-2012
11:44 PM
|
0
|
0
|
2
|
POST
|
Hi, I in a process of creating an dockable window addin, through which I can listen events, such as when a user finishes a sketch he will be able to view its information, like area, number of persons it can accommodate (based on certain calculations), etc, related to the polygon inside the addin. I had a rough idea how it'll be done, or this is what my employers wants :). But since I am new to Arcobjects with a background in programming. I open to any suggestions and help, as where might be a good starting point or what improvements should I make. Regards, Abdur Rahman
... View more
09-23-2012
05:03 AM
|
0
|
1
|
292
|
POST
|
Looks like i had a similar problem. I just posted the query on this thread. Is there any kind of component property which i might have overlooked. If any one could solve the problem, it'll be very kind. Arahaman
... View more
07-13-2012
10:42 AM
|
0
|
0
|
1
|
POST
|
Hi, I am having quite a similar problem that the add-in I created was a dockable window which shows up on a button click on the left side of ArcMap and pinned. But as i changed it setting to unpinned and to right side in "Config.esriaddinx" and again rebuild and ran it, its no displaying the changes in ArcMap. I have used the following code to show it. UID dockWinID = new UIDClass(); dockWinID.Value = ThisAddIn.IDs.DockableWindow1; // Use GetDockableWindow directly as we want the client IDockableWindow not the internal class IDockableWindow dockWindow = ArcMap.DockableWindowManager.GetDockableWindow(dockWinID); dockWindow.Show(true); Btw I am using ArcGIS 10 and developing the add in in VS 2010. Any help will be greatly appreciated. Arahman
... View more
07-13-2012
09:54 AM
|
0
|
0
|
7
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|