ESRI.ArcGIS.ADF.Web
GetAllSymbols Method
See Also 
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.

See Also

© 2010 All Rights Reserved.