|
POST
|
Dear All, In Workflow Manager, I want to execute a GPtool(JTXSteps.ExecuteGPTool) which requires current JobID and current StepID as input parameter. Kindly suggest how to fetch these values and pass the same arguments.
... View more
07-01-2019
10:00 PM
|
0
|
1
|
2311
|
|
POST
|
Dear All, I need to create a grid(of size 2.5 x 2.5 minutes) from a known point available in a featureclass having 'Lambert_Conformal_Conic' projection. In Arcobjects, if I uses the value 2.5 then it is considering as 2.5 meters(instead of minutes). How to resolve this issue?
... View more
05-24-2019
03:14 AM
|
0
|
0
|
692
|
|
POST
|
Dear All, How to get the geometry which is available in ''Area of interest" layer (which is a part WorkFlowManager) by using ArcPy for WMX?
... View more
05-20-2019
10:35 PM
|
0
|
0
|
595
|
|
POST
|
Dear All, How to get the extent of a layer(by using Arcpy) named "Area of interest"(it is a graphics layer) which is attached automatically when we open arcmap by using WorkFlowManager?
... View more
05-16-2019
10:43 PM
|
0
|
1
|
1190
|
|
POST
|
Hi Gintautas Kmieliauskas, If you mean GeoProcessor using, then before calling Execute method you can set environment variables using SetEnvironmentValue method No. I want to update the existing environment variables. So that all the GeoProcessing tools (invoked through code or manually) within that particular session will execute based on that.
... View more
05-15-2019
03:14 AM
|
0
|
0
|
1332
|
|
POST
|
Hi All, How to modify the existing/active environment-setting by using arcobject C#(For example: ProcessingExtent = 'as specified below'). Kindly suggest.
... View more
05-15-2019
01:39 AM
|
0
|
2
|
1588
|
|
POST
|
No. I didn't registered. I just added the toolbar by selecting the ".tlb" file. Could please let me know that how to register that library with dockable window?
... View more
05-08-2019
02:26 AM
|
0
|
1
|
1338
|
|
POST
|
Hi all, I did a code to implement a dockable window and it is working fine in my machine. But when I deploy the same in another machine, the OnCreate method is not invoked automatically whereas the constructor which intailize the component "InitializeComponent();" is invoked. How to resolve this issue? Kindly suggest.
... View more
05-05-2019
09:56 PM
|
0
|
3
|
1528
|
|
POST
|
Hi, The below given snippet may be useful. IMap pMap = null; IMxDocument pDoc = null; pDoc = clsGlobal.pApp.Document as IMxDocument; pMap = pDoc.FocusMap; IGraphicsContainer graphicsContainer ; pMap = pDoc.FocusMap; graphicsContainer = pMap.Layer[0] as IGraphicsContainer;//Assuming that layer[0] will be a graphic layer graphicsContainer.Reset(); IElement element = graphicsContainer.Next(); while (element != null) { if (element is IPolygonElement) { IElement polyElm = element as IElement; IGeometry geom = polyElm.Geometry; //add the task to do } element = graphicsContainer.Next(); }
... View more
04-25-2019
10:20 PM
|
0
|
0
|
2365
|
|
POST
|
Hi All, I want to read the geometry available in ''Area of interest" layer (which is a part WorkFlowManager) from Table of content and it appears as a CAD layer. How to achieve this by using ArcObjects C#. Please suggest.
... View more
04-25-2019
03:35 AM
|
0
|
0
|
579
|
|
POST
|
Hi All, I want to import symbology from a layer file to a specific featurelayer by using arcobjects(C#). How to accomplish this? Kindly suggest.
... View more
04-23-2019
05:15 AM
|
0
|
1
|
1178
|
|
POST
|
In ArcGIS-Pro, I want to add the embeddable control into an active map only once. i.e. before adding the control we need ensure whether the same control is already is exists or not. How to check availability of a embeddable control in active map by using C# //MapView.Active.AddOverlayControl(m);
... View more
04-08-2019
10:50 PM
|
0
|
0
|
852
|
|
POST
|
Hi All, I want to use the ConvertCoordinate class in ArcGIS Pro by using C#. For this I need the reference DLL named 'Esri.ArcGISRuntime.dll'(as mentioned in the link given below). Where we can get this Esri.ArcGISRuntime.dll file or is there any alternative way to achieve the same by using c#? Kindly suggest. https://developers.arcgis.com/net/10-2/desktop/api-reference/html/T_Esri_ArcGISRuntime_Geometry_ConvertCoordinate.htm
... View more
04-02-2019
12:10 AM
|
1
|
0
|
823
|
|
POST
|
Yes. Now I can able to see the output(by executing the add-in directly). But I want the text to be displayed at the bottom of map window. . Similar to the X,Y Co-Ordinates.
... View more
03-31-2019
11:16 PM
|
0
|
0
|
2067
|
|
POST
|
Thanks Matthew for the quick response. I had tested the code and it is executing without errors. But I cann't able to find the output/result as ArcGIS-Pro environment is new for me(I mean where to find the progress dialog inside the ArcGIS-Pro window). Could you please send me a simple screenshot which represents the output?
... View more
03-28-2019
10:53 PM
|
0
|
1
|
2067
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-02-2019 12:10 AM | |
| 1 | 05-26-2021 09:51 AM | |
| 2 | 05-19-2017 05:19 AM | |
| 2 | 05-19-2017 05:17 AM | |
| 1 | 05-16-2017 03:10 AM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|