ArcGIS Runtime SDK for WPF - Library Reference
CreateMilitarySelectMessage Method
See Also 
ESRI.ArcGIS.Client.AdvancedSymbology Namespace > MessageHelper Class : CreateMilitarySelectMessage Method

id
A System.String representing the message identifier.
messageType
A System.String representing the type of the message.
select
true if the message should be selected; otherwise false.
Creates a new instance of a military (MIL-STD-2525C / APP-6B) message with the action select or un-select.

Syntax

Visual Basic (Declaration) 
Public Shared Function CreateMilitarySelectMessage( _
   ByVal id As String, _
   ByVal messageType As String, _
   ByVal select As Boolean _
) As Message
C# 
public static Message CreateMilitarySelectMessage( 
   string id,
   string messageType,
   bool select
)

Parameters

id
A System.String representing the message identifier.
messageType
A System.String representing the type of the message.
select
true if the message should be selected; otherwise false.

Return Value

A new Message instance which will be selected when displayed 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.