ESRI.ArcGIS.ADF.Web
SimpleRenderer Constructor(FeatureType,Color,Double)
See Also 
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > SimpleRenderer Class > SimpleRenderer Constructor : SimpleRenderer Constructor(FeatureType,Color,Double)




type
FeatureType of the FeatureLayer to be renderered.
color
Color of the symbology.
transparency
The transparency value of the symbology.
Creates a new SimpleRenderer object with a symbol of given properties.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal type As FeatureType, _
   ByVal color As Color, _
   ByVal transparency As Double _
)
Visual Basic (Usage)Copy Code
Dim type As FeatureType
Dim color As Color
Dim transparency As Double
 
Dim instance As SimpleRenderer(type, color, transparency)
C# 
public SimpleRenderer( 
   FeatureType type,
   Color color,
   double transparency
)

Parameters

type
FeatureType of the FeatureLayer to be renderered.
color
Color of the symbology.
transparency
The transparency value of the symbology.

Return Value

New SimpleRenderer object.

See Also

© 2010 All Rights Reserved.