|
POST
|
Hi K Why not using python? A full example here: http://resources.arcgis.com/en/help/main/10.2/0154/0154000005qv000000.htm You can put python script to run automatically Have fun Mody
... View more
09-22-2014
09:57 PM
|
0
|
0
|
1686
|
|
POST
|
Hi One more way is to add a text file with all the data needed in the same disk location as the python script. This is very similar to the cfg file for other software.
... View more
09-06-2014
09:34 PM
|
0
|
0
|
3356
|
|
POST
|
Hi As far as I know you cannot de authorize when there are borrow licenses. If you could you could just borrow all licenses for a year and then de authorize and authorize again and you will have twice the amount of licenses. You can see in the license manager that licenses are borrowed. Mody
... View more
09-06-2014
09:24 PM
|
0
|
0
|
577
|
|
POST
|
Hi Jeff Are the server and desktop that created the sde file on the same machine? If the sde file include windows authentication you must make sure the user that own ArcSOC.exe have database access. You might need to install the rdbms access files – you can download them from My.Esri.com Have fun Mody
... View more
08-18-2014
09:50 PM
|
0
|
0
|
1777
|
|
POST
|
Hi Peter You will have to change your program a little. You have to create an empty feature class with the attributes you need (chainge and LineId). When you open your cursor to the lines you should get the ID too. Then you write each point separately into the feature class and not into geometry list. This way you can enter the LineId for each point you insert. Have fun
... View more
08-09-2014
09:41 PM
|
0
|
0
|
635
|
|
POST
|
Cast you spatial reference to ISpatialReferenceTolerance and you will have it. I think it is the dataframe spatial reference.
... View more
08-02-2014
10:17 PM
|
0
|
0
|
1124
|
|
POST
|
Hi Check the IIdentify interface - you can use it to create your own identify. You should post question in the esri's place for ArcObjects Have Fun Mody (Curtis Price added link)
... View more
07-29-2014
09:40 PM
|
0
|
0
|
764
|
|
POST
|
Hi Not simple but possible. Here is a full example: http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/0001/0001000002r6000000.htm Have Fun Mody
... View more
06-21-2014
10:00 PM
|
0
|
0
|
819
|
|
POST
|
Hi Try to give the FeatureClass as the argument and not the FeatureLayer. Translate the template layer into a string (full path) will always work. Other then that there is better way to run GP tools in C# by using the real parameter names. Check this: http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/0001/000100000161000000.htm Have fun Mody
... View more
06-17-2014
09:05 PM
|
0
|
0
|
1912
|
|
POST
|
Hi Try something like that: ILayer layer =null; IEnumLayer player = map.get_Layers(null, false); while ((layer = player.next())!=null) sw.WriteLine(layer.Name);
... View more
06-15-2014
10:02 PM
|
0
|
0
|
1151
|
|
POST
|
Hi Polyline is just a collection of geometries (path's for polyline) that can be accessed by IGeometryCollection. You can create a new polyline and use the IGeometryCollection.AddGeometry to add the path's from both original polylines. The result polyline will be multipart. Have fun Mody
... View more
06-10-2014
09:43 PM
|
0
|
0
|
1534
|
|
POST
|
Hi I would try ICurve.QueryPoint this method should do it... Have fun Mody
... View more
06-09-2014
09:27 PM
|
0
|
0
|
1534
|
|
POST
|
Hi If your data is not really 32bit you can use CopyRaster and set the Pixel Type and it will truncate your values into 16/8bit If you have real values above 16bit you will have to work with the raster calculator to make it 16bit only before you can truncate it. Have fun Mody
... View more
06-07-2014
09:20 PM
|
0
|
0
|
3036
|
|
POST
|
We would like to get a route that uses barriers that exists just in time window. For example we know some road will be closed from 10 to 12. We would like the route to be able to use this segment only before or after this time. Is there any way to do it? Thanks Mody
... View more
05-21-2014
09:32 PM
|
0
|
13
|
7062
|
|
POST
|
Yes, we already implmented the buffer. The doc's are wrong and even if the software would work by the docs it would not make too much sense... Mody
... View more
04-29-2014
06:19 AM
|
0
|
0
|
867
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 11-25-2024 06:09 AM | |
| 1 | 01-21-2026 09:53 PM | |
| 1 | 12-15-2025 10:07 PM | |
| 1 | 09-17-2025 06:35 AM |
| Online Status |
Offline
|
| Date Last Visited |
12 hours ago
|