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

nameOrId
The Name, or SymbolID of the symbol to be drawn.
width
A System.Int32 representing the image width.
height
A System.Int32 representing the image height.
Draw the specified symbol.

Syntax

Visual Basic (Declaration) 
Public Function GetSymbolImage( _
   ByVal nameOrId As String, _
   ByVal width As Integer, _
   ByVal height As Integer _
) As ImageSource
C# 
public ImageSource GetSymbolImage( 
   string nameOrId,
   int width,
   int height
)

Parameters

nameOrId
The Name, or SymbolID of the symbol to be drawn.
width
A System.Int32 representing the image width.
height
A System.Int32 representing the image height.

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.