ESRI.ArcGIS.ADF.Web
SimpleRenderer Constructor(FeatureType,Color,Double)
See Also  Send Feedback
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 New 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.

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.