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




type
FeatureType of the FeatureLayer to be renderered.
color
Color 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 _
)
Visual Basic (Usage)Copy Code
Dim type As FeatureType
Dim color As Color
 
Dim instance As SimpleRenderer(type, color)
C# 
public SimpleRenderer( 
   FeatureType type,
   Color color
)

Parameters

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

Return Value

New SimpleRenderer object.

See Also

© 2010 All Rights Reserved.