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

id
A System.String representing the message identifier.
messageType
A System.String representing the type of message.
Creates a new instance of a military (MIL-STD-2525C / APP-6B) message with the action remove.

Syntax

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

Parameters

id
A System.String representing the message identifier.
messageType
A System.String representing the type of message.

Return Value

The Message instance to be removed from 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.