ESRI.ArcGIS.ADF.Web
GetAllSymbols Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > IRenderer Interface : GetAllSymbols Method




symbols
The FeatureSymbol list to append to.
Returns all FeatureSymbols used by this object, if any.

Syntax

Visual Basic (Declaration) 
Sub GetAllSymbols( _
   ByVal symbols As List(Of FeatureSymbol) _
) 
Visual Basic (Usage)Copy Code
Dim instance As IRenderer
Dim symbols As List(Of FeatureSymbol)
 
instance.GetAllSymbols(symbols)
C# 
void GetAllSymbols( 
   List<FeatureSymbol> symbols
)

Parameters

symbols
The FeatureSymbol list to append to.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.