|
POST
|
Hi Shuping, You are correct in your findings. You cannot cast a FeatureClass to IPolyline because a feature class is a collection of polyline. As you discovered, you'd first need to get a feature (IFeature) from the polyline feature class and then you could cast its shape to IPolyline.
... View more
06-25-2015
03:53 PM
|
0
|
0
|
524
|
|
POST
|
Did you ever have any versions of ArcGIS on your machine prior to installing 10.2.2? Also, Visual Studio 2013 isn't supported by Desktop 10.2.X, do you have access to Visual Studio 2012 and can you see if it still throws you the same message when trying to install it?
... View more
06-25-2015
03:51 PM
|
0
|
0
|
958
|
|
POST
|
Are you trying to do this using one of Esri's available APIs? If so, could you update me to which API you need to accomplish this in? ArcObjects, ArcGIS Runtime, etc?
... View more
06-25-2015
03:27 PM
|
0
|
0
|
761
|
|
POST
|
The ArcObjects SDK 10.1.X only supports Visual Studio 2010. To utilize it in a supported manner you'd have to get one of the following versions of Visual Studio. ArcObjects SDK 10.1.X system requirements http://resources.arcgis.com/en/help/system-requirements/10.1/index.html#//01510000006n000000 Microsoft Visual Studio 2010 (C++, C#, VB.NET) Professional, Premium, Ultimate Edition Microsoft Visual Studio 2010 Visual Basic Express Microsoft Visual Studio 2010 Visual C# Express You could use 2013 to modify an existing ArcObjects solution or you can install the templates manually, but our software would not integrate with it. The ArcObjects 10.3.X install would support the use of Visual Studio 2013. ArcObjects SDK 10.3.X system requirements https://desktop.arcgis.com/en/desktop/latest/get-started/system-requirements/arcobjects-sdk-system-requirements.htm Microsoft Visual Studio 2012, 2013 (C++, C#, VB.NET) Professional, Premium, Ultimate Edition Microsoft Visual Studio 2012, 2013 Visual Basic Express Microsoft Visual Studio 2012, 2013 Visual C# Express ArcObjects SDK 10.2.X system requirements https://desktop.arcgis.com/en/desktop/latest/get-started/system-requirements/arcobjects-sdk-system-requirements.htm Microsoft Visual Studio 2010, 2012 (C++, C#, VB.NET) Professional, Premium, Ultimate Edition Microsoft Visual Studio 2010 Visual Basic Express Microsoft Visual Studio 2010 Visual C# Express
... View more
06-25-2015
03:15 PM
|
0
|
0
|
1414
|
|
POST
|
Hi Pravin, Long story short, the ArcObjects SDK 10.X or higher isn't included with the trial. The trial, as of today, only comes with the following media: From my understanding, you would need to purchase the software to gain access to the ArcObjects SDK. I believe that this would become available if you were to get a Home-Use license, but you'd want to consult with Sales to confirm this. Once you receive your My.Esri account your should be able to find the install for the ArcObjects SDK in your available software downloads.
... View more
06-25-2015
03:06 PM
|
1
|
0
|
707
|
|
POST
|
I'll look through my sample to see if I can find this specific sample. For the most part you wouldn't be able to manipulate the original map package, but you could overwrite it with the updated data where the package was extracted. You would accomplish this by locating where the package is extracted and zipping these updated files to persist the edits. Someone could retrieve the data from the zip file if need, but if they wanted to see the changes reflected in a map package I would need to overwrite the original map package by uploading the zipped folder to a geoprocessing service that could un-zip it, call the package map tool to create a new map package, and then download this to the clients machine. Do you think this workflow is something that'd work for you?
... View more
06-25-2015
02:30 PM
|
0
|
1
|
1881
|
|
POST
|
Hi John, I'll have to see if I can find the documentation that lists the steps, but it appears that you understand this properly. ArcGIS Server is now a 64 bit product and requires that custom COM components be compiled to 64-bit and registered to it via the 64 bit esriregasm (C:\Program Files\Common Files\ArcGIS\bin\ESRIRegAsm.exe).
... View more
06-23-2015
10:58 AM
|
1
|
1
|
3715
|
|
POST
|
I believe the below image shows what you're wanting to accomplish based on what I've seen above. You'd just want to use a couple of pre-conditions and maybe a couple of inline variable substitution statements. Examples of inline model variable substitution—Help | ArcGIS for Desktop
... View more
06-23-2015
09:39 AM
|
0
|
2
|
2258
|
|
POST
|
Is the below link what you're looking for? A quick tour of SQL functions used with ST_Geometry http://resources.arcgis.com/en/help/main/10.1/index.html#//006z0000003n000000
... View more
06-23-2015
09:24 AM
|
0
|
5
|
2643
|
|
POST
|
I don't believe there is a page that specifically states every difference between the WPF and .NET runtimes, but there are a couple of blogs available for you to review that could reveal some major differences. Getting ready for the new ArcGIS Runtime SDK for the Microsoft .NET Framework http://blogs.esri.com/esri/arcgis/2014/03/07/getting-ready-for-the-new-net-sdk/ DS2014: Migrating Your WPF Apps to the New ArcGIS Runtime SDK For .NET http://www.arcgis.com/home/item.html?id=bc2feb8ce40942189458c882594684c6 Other than what is covered in the above articles, is there anything in particular that you wanted to know the differences between? I know in the beginning I used to use the WPF Runtime and now I primarily use .NET. I determined most of the differences in the approach by comparing the guide portions of the help between the two products.
... View more
06-08-2015
06:06 PM
|
0
|
0
|
927
|
|
POST
|
Yea....I'm pretty sure we don't have any out-of-the-box tools or scripts that would allow you to do this outside of the GUI for personal sde.
... View more
05-18-2015
02:13 PM
|
0
|
2
|
4612
|
|
POST
|
You should see a keycodes file in a path similar to C:\Program Files\ESRI\License10.3\sysgen. This would be on a machine with ArcGIS Server installed.
... View more
05-18-2015
01:51 PM
|
0
|
1
|
4612
|
|
POST
|
I believe you're looking for one of the following tools. Create Enterprise Geodatabase http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/create-enterprise-geodatabase.htm Enable Enterprise Geodatabase http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/enable-enterprise-geodatabase.htm
... View more
05-18-2015
12:58 PM
|
1
|
0
|
4612
|
|
POST
|
Does the Model freeze up with this particular dataset?
... View more
05-11-2015
09:04 AM
|
0
|
1
|
3457
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 01-19-2016 04:45 AM | |
| 1 | 09-24-2015 06:45 AM | |
| 1 | 09-15-2015 10:49 AM | |
| 1 | 10-12-2015 03:07 PM | |
| 1 | 11-25-2015 09:10 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|