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

messageId
A System.String representing the identifier of the Message for which the geometry is to be retrieved.
Returns the ESRI.ArcGIS.Client.Geometry of the graphic created from the Message with the specified ID.

Syntax

Visual Basic (Declaration) 
Public Function GetMessageGeometry( _
   ByVal messageId As String _
) As Geometry
C# 
public Geometry GetMessageGeometry( 
   string messageId
)

Parameters

messageId
A System.String representing the identifier of the Message for which the geometry is to be retrieved.

Return Value

A ESRI.ArcGIS.Client.Geometry representing the geometry of the message graphic.

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.