ArcGIS Runtime SDK for WPF - Library Reference
CreateMilitaryUpdateMessage(String,String,IEnumerable<MapPoint>,IDictionary<String,String>) Method
See Also 
ESRI.ArcGIS.Client.AdvancedSymbology Namespace > MessageHelper Class > CreateMilitaryUpdateMessage Method : CreateMilitaryUpdateMessage(String,String,IEnumerable<MapPoint>,IDictionary<String,String>) Method

id
A System.String representing the message identifier.
messageType
A System.String representing the type of message.
controlPoints
A IEnumerable of message control points.
attributes
A IDictionary representing the message attributes. See Message for guidance on the expected key value pairs.
Creates the military (MIL-STD-2525C / APP-6B) message with the action update.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function CreateMilitaryUpdateMessage( _
   ByVal id As String, _
   ByVal messageType As String, _
   ByVal controlPoints As IEnumerable(Of MapPoint), _
   ByVal attributes As IDictionary(Of String,String) _
) As Message
C# 
public static Message CreateMilitaryUpdateMessage( 
   string id,
   string messageType,
   IEnumerable<MapPoint> controlPoints,
   IDictionary<string,string> attributes
)

Parameters

id
A System.String representing the message identifier.
messageType
A System.String representing the type of message.
controlPoints
A IEnumerable of message control points.
attributes
A IDictionary representing the message attributes. See Message for guidance on the expected key value pairs.

Return Value

The Message instance to be updated on the map.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.