POST
|
@CharlesMacleod Great resources! I use multiple layers some of them pointing to shapefiles some of them pointing to feature classes. I will see what I can do. Thanks for your answer.
... View more
3 weeks ago
|
0
|
0
|
75
|
POST
|
https://github.com/esri/arcgis-pro-sdk/wiki/ProGuide-Custom-Dictionary-Style
... View more
01-14-2021
02:29 PM
|
0
|
0
|
75
|
POST
|
This is probably a separate issue: exception when opening DictionarySymbolView designer (cannot find actipro toolwindow). Severity Code Description Project File Line Suppression State
Error Type reference cannot find type named '{clr-namespace:ActiproSoftware.Windows.Controls.Docking;assembly=ArcGIS.Desktop.Docking.Wpf}ToolWindow'. DictionarySymbolPreview D:\repos\esri\arcgis-pro-sdk-community-samples\Map-Authoring\DictionarySymbolPreview\UI\DictionarySymbolView.xaml 19
To reproduce: Open sln, notice nuget packages are broken, so update to 4.0.2 ... Clean and rebuild, no errors. Open the DictionarySymbolView in designer and see error.
... View more
01-14-2021
07:58 AM
|
0
|
0
|
142
|
POST
|
The Original questions comes from BUG-000136452 when import to PDF does not work the same with open Pro or stand alone python program. The CoreHost is basically covered by ArcPy. As I said there is still a "few" things that the SDK can do but not ArcPy that need to be done on a stand alone (or at least not interactive) program.
... View more
01-13-2021
09:39 PM
|
0
|
0
|
166
|
POST
|
Thank for your reply @CharlesMacleod Additionally I noticed some custom property in the configurationmanager class or from module seems to change. I can't pin point it yet. The object is retained but it does not execute correctly. Example : I initialized the log4net log manager object in initialize method, but in subsequent class (in startup page viewmodel, dockpane viewmodel) the logging mechanism seem to corrupt. I have to initialized those object in OnApplicationReady event as well.
... View more
11-22-2020
10:32 PM
|
0
|
0
|
358
|
POST
|
Thanks Charles! I saw the snippet but overlooked the GetRelatedDefinitionsMethod.
... View more
06-26-2020
10:53 AM
|
0
|
0
|
183
|
BLOG
|
With the release of ArcGIS Pro 2.5, SDK developers will now be using .NET 4.8 as the minimum target framework. For customers running previously deployed add-ins at 2.0 through 2.4, no recompilation is necessary. Pro is forwards compatible with regards to add-ins and the upgrade of .NET Framework does not change that. However, if you recompile an add-in written on a previous version at 2.5 (or better) you will get compiler errors - even if you have not made any changes . The assembly references for ArcGIS Pro may also show as being broken even though the paths point to the correct location or you have run the utility "Pro Fix References": To recompile an add-in, previously created at version 2.0 – 2.4, using 2.5 (or better) you must change the Target framework in the Application properties to 4.8. You should also change the desktopVersion attribute of the Config.daml to 2.5 (to reiterate, add-ins are _forwards_ compatible not _backwards_ compatible) Complete instructions can be found here: How To: Convert a version 2.0 to 2.4 ArcGIS Pro SDK add-in solution to Pro 2.5 and later versions
... View more
02-06-2020
04:17 PM
|
3
|
0
|
708
|
POST
|
EventLog is intended for logging when Pro is in diagnostic mode otherwise writing to the log is a no-op. ArcGIS Pro runs in diagnostic mode using the "/enablediagnostics" command line switch. ProConcepts-Framework#diagnostic-mode-event-logging. Output goes to an xml file in My Documents\ArcGIS\Diagnostics If you want your logging always "on" (not just when Pro is in diagnostic mode) then using another logger is the way to go
... View more
06-13-2018
10:36 AM
|
2
|
0
|
140
|
BLOG
|
The CIMViewer can be used to examine layer and map (2D or 3D) CIM definitions in Pro. Select a layer, map, or scene in the TOC with the viewer open and its CIM definition will be loaded into the XML Editor. The XML Editor uses the AvalonEdit control which provides syntax colorization and formatting. Cut, Copy, Paste, and XML Validation have been added in the Add-in so the XML editing experience is reasonably functional though not as rich as a fully fledged commercial editor like XML Spy. However, it is a simple task of copy/pasting the CIM XML into a commercial editor if that level of XML manipulation is desired. The Save button will save any changes you make back to the layer, map, or scene whose CIM definition you loaded. However, there is not much of a safety net to protect you against making really bad xml or other inadvertant mistakes so use the Save functionality with caution. The primary use of the CIM Viewer is to allow you, the developer, to decipher the inner workings or "guts" of the CIM and how it affects the configuration of your Pro project at any given point in time. In other words, it is a learning or educational tool that can be used to help you in your Pro development efforts and is not a customization or configuration tool. The CIM Viewer is at https://github.com/Esri/arcgis-pro-sdk-cim-viewer You will need the AvalonEdit and Extended.Wpf.Toolkit NuGets to compile and build the CIM Viewer. The NuGet package.config is included with the project so these should download automatically when you attempt to build. If your Visual Studio is not configured to automatically download and install NuGets you can use the Visual Studio NuGet Package Manager to do it by hand. (You don't have the NuGet Package Manager installed? Find it Here, You are not familiar with NuGets? Watch this tutorial.)
... View more
08-04-2016
01:09 PM
|
3
|
0
|
1371
|
Online Status |
Offline
|
Date Last Visited |
Thursday
|