Generates a swatch collection for the renderer.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As SwatchGenerator
Dim ren As Renderer
Dim fileName As String
Dim minScale As String
Dim maxScale As String
Dim value As ESRI.ArcGIS.ADF.Web.Display.Swatch.SwatchCollection
value = instance.Generate(ren, fileName, minScale, maxScale) |
Parameters
- ren
- Renderer to generate swatches for.
- fileName
- File name to use for swatches.
- minScale
- Minimum scale for the layer.
- maxScale
- Maximum scale for the layer.
Return Value
Collection of drawn swatches.
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