Advertisement · 728 × 90
#
Hashtag
#arcgisprosdk
Advertisement · 728 × 90
Preview
SpatialReference differs between ArcGIS Pro and ArcGIS Pro SDK I have a filegeodatabase containinig a dataset and some featureclasses. The dataset is originally created with the spatial reference ETRS 1989 UTM Zone 32N. One of the features in the add-in is to change the spatial reference of this dataset based on some values from a list. The code runs the "Defin...

#arcgisprosdk #geodatabase

0 0 0 0
Accessing Custom Geographic Transformation in Map Properties Hi there-- In the ArcGIS Pro SDK for 3.4, we are attempting to save a custom geographic transformation to the current Map. As an example, the transformation that we are using transforms between the European Datum of 1950 to WGS 1984 by using the position vector method with customize parameters.  Thi...

#geographictransformation #arcgisprosdk

0 0 0 0
Geoprocessing pane doesn't launch from Add-In ribbon bar button I have built an Add-In to open a PYT toolbox dialog in ArcGIS Pro 3.4 There are two commands that I have identified to launch the toolbox.  The first is...var gpResult = await Geoprocessing.OpenToolDialogAsync(scriptPath);  Using this method, the button launches the PYT toolbox.  But while the geopr...

#pythontoolbox #arcgisprosdk

0 0 0 0
GetFeatures return wrong results The iterating points of the tool. Point is taken by the function, which then retrieves the features at that point. What might be the cause of the persistent variations in the results?SelectionSet selectionSet = MapView.Active.GetFeatures(mapPoint, true, false); Dictionary res...

#arcgisprosdk

0 0 0 0