ESRI.ArcGIS.ADF.Web
GetAllSymbols Method
See Also 
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > Generic ValueMapRenderer Class : GetAllSymbols Method




symbols
The FeatureSymbol list to append to.
Returns all FeatureSymbols used by this renderer.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub GetAllSymbols( _
   ByVal symbols As List(Of FeatureSymbol) _
) 
Visual Basic (Usage)Copy Code
Dim instance As ValueMapRenderer(Of T)
Dim symbols As List(Of FeatureSymbol)
 
instance.GetAllSymbols(symbols)
C# 
public virtual void GetAllSymbols( 
   List<FeatureSymbol> symbols
)

Parameters

symbols
The FeatureSymbol list to append to.

See Also

© 2010 All Rights Reserved.