public static void ShowMessageBox( IEnumerable<IGPMessage> messages, string content_header, GPMessageBoxStyle style, string window_title, string icon_source, ViewModelBase parentViewModel )
Public Shared Sub ShowMessageBox( _ ByVal messages As IEnumerable(Of IGPMessage), _ ByVal content_header As String, _ ByVal style As GPMessageBoxStyle, _ Optional ByVal window_title As String, _ Optional ByVal icon_source As String, _ Optional ByVal parentViewModel As ViewModelBase _ )
Parameters
- messages
- Pass messages from the result (IGPResult) of ExecuteToolAsync to be shown on the message box.
- content_header
- Header of the messages.
- style
- Geoprocessing message box style, for example, GPMessageBoxStyle.Default or GPMessageBoxStyle.Error
- window_title
- Title at the top bar of the message box.
- icon_source
- Path to a icon image to be shown next to content header.
- parentViewModel