|
POST
|
Can you identify for us which line is causing the problem, by colouring it ?
... View more
07-16-2013
11:49 AM
|
0
|
0
|
1055
|
|
POST
|
Just thinking off the top of my head here but could you have a very simply text file which lists paths to other locations and include that into the AddIn. Then your AddIn code looks for this file and reads from it allowing you to store your data elsewhere? I have not used Python AddIns so not sure how easy it would be to include a separate file?
... View more
07-12-2013
01:45 AM
|
0
|
0
|
1706
|
|
POST
|
If your source dataset has ZM values (even if they are not set) and you want to drop these from the entire dataset you will have to export the dataset to a new FeatureClass which does not support ZM values. If you want to achieve this in ArcObjects the easiest way is probably to call the geo-processing tool using the execute method on the IGeoProcessor object.
... View more
07-12-2013
01:33 AM
|
0
|
0
|
1201
|
|
POST
|
Jacob, Glad to have helped, but you should mark your post as answered. Also if you see a good question/answer vote it up! People love you for it. Duncan
... View more
07-11-2013
08:46 AM
|
0
|
0
|
1052
|
|
POST
|
You would need to create a FeatureSet in your model, expose as parameter, ensure schema is set to any old polygon layer, then when you OPEN the model from toolbox you have an iteractive method for selection features. See attached image.
... View more
07-11-2013
08:43 AM
|
0
|
0
|
4306
|
|
POST
|
Your calculate expression is invalid, you have: "[Shape_Length * 2] / [Join_Count]" it should be: "[Shape_Length] * 2 / [Join_Count]" Duncan
... View more
07-11-2013
05:43 AM
|
0
|
0
|
1052
|
|
POST
|
Shiko, Sounds like you want to be using FeatureSets, have a look here. Duncan
... View more
07-11-2013
05:37 AM
|
0
|
0
|
4306
|
|
POST
|
Try dropping the "" around the word output in the CopyRaster tool.
... View more
07-11-2013
05:31 AM
|
0
|
0
|
1119
|
|
POST
|
Accessing the point collection using an index makes a lot of sense to me but I totally agree the Help for this method is about as clear as mud. ESRI need to improve this with proper examples.
... View more
07-11-2013
05:24 AM
|
0
|
0
|
2058
|
|
POST
|
The answer to your question is here. I would also question the wisdom of any dataset with 650 columns...
... View more
07-11-2013
03:46 AM
|
0
|
0
|
845
|
|
POST
|
I found this bit of C code on the ESRI website, midPoints is a IPointCollection pointer object before = 0 as object; midPoints.AddPoint(m_curve.FromPoint, ref before, ref missing);
... View more
07-11-2013
03:36 AM
|
0
|
0
|
2058
|
|
POST
|
Another approach is to: Extract the end points create XY fields concatenate xy field into a string field do a summary stats on string field, this gives you the valency of the node (how many polylines attached to it) join table back to node featureclass and label with valency Duncan
... View more
07-11-2013
03:26 AM
|
0
|
0
|
1105
|
|
POST
|
Andrew, Sounds like you want to be hooking into the IActiveViewEvents Interface and capture when the map changes in someway. Duncan
... View more
07-11-2013
03:10 AM
|
0
|
0
|
593
|
|
POST
|
Sounds like the source workspace is corrupt. Is your workspace an Access database or a personal geodatabase? I would use arcmap to create a new geodatabase then copy your data into it to ensure the GDB_ tables exist.
... View more
07-11-2013
02:52 AM
|
0
|
0
|
1012
|
|
POST
|
Carsten, I'm guessing the error is occurring because your candidate is pointing to a path class which is a sequence of connected segments, try a polyline class? Duncan
... View more
07-11-2013
02:48 AM
|
0
|
0
|
2058
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 3 | 3 weeks ago | |
| 1 | 02-15-2023 05:45 AM | |
| 1 | 06-16-2026 02:37 AM | |
| 1 | 06-15-2026 08:29 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|