cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Work Manager 6.2 WPF C# Sample

Former Member
0 Kudos

We are starting implementing out-of-box GIS implementation for SAP Work Manager 6.2. We have requirement to change the marker symbol on the map.

I have read through the 3rd party GIS integration but it does not provide detail on how to use dlls with visual studio, for instance do we create arcGis Map from c# or do we read it through agentry.

Do we have any sample wpf solution along with MobileAppOpenUISDk?

Accepted Solutions (0)

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Ashish,

The GIS is implemented as an Open UI control.  For WPF, those are packaged as DLLs that need to be deployed to the WPF client in the correct locations along with the ArcGIS DLLs from the ESRI SDK.

The Agentry application contains configuration to invoke the Open UI code contained in the DLLs passing in configuration values as expected by the control.

If you just want to modify the markers, they are contained in the Assets/Images/Markers directory and can be directly updated without needing code changes.

If you want to modify the underlying behavior of the Open UI control, I would recommend that you will get the source and start with that modifying from there.

--Bill