Tracking Client API for Windows Phone
GetSymbolFromIDAsync Method (symbolId, imgSize, isMOLESymbol)
NamespacesESRI.Tracking.ConnectorConnectorGetSymbolFromIDAsync(String, Int32, Boolean)
Sends a request to the Tracking Server for a symbol. If requesting a MOLE symbol, MOLE must be installed on the Tracking Server. Currently only MOLE symbol are supported. The SymbolResponse event will be raised upon completion or error.
Declaration Syntax
C#Visual BasicVisual C++
public void GetSymbolFromIDAsync(
	string symbolId,
	int imgSize,
	bool isMOLESymbol
)
Public Sub GetSymbolFromIDAsync ( _
	symbolId As String, _
	imgSize As Integer, _
	isMOLESymbol As Boolean _
)
public:
void GetSymbolFromIDAsync(
	String^ symbolId, 
	int imgSize, 
	bool isMOLESymbol
)
Parameters
symbolId (String)
Indicates text id of the symbol.
imgSize (Int32)
Indicates the length of one side of the symbol.
isMOLESymbol (Boolean)
Specifies whether requested symbol is a MOLE symbol or not.

Assembly: ESRI.Tracking.Connector.WindowsPhone (Module: ESRI.Tracking.Connector.WindowsPhone) Version: 10.1.0.3022 (10.1.0.3022)