ESRI.ArcGIS.ADF.Web
Create(FeatureType,Color,Double) Method
See Also 
ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace > FeatureSymbol Class > Create Method : Create(FeatureType,Color,Double) Method




type
FeatureType of the FeatureLayer that the symbology will represent.
color
Color of the symbology.
transparency
The transparency value of the symbology. This value must be between 0 and 100.
Creates a new FeatureSymbol object of given properties.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Create( _
   ByVal type As FeatureType, _
   ByVal color As Color, _
   ByVal transparency As Double _
) As FeatureSymbol
Visual Basic (Usage)Copy Code
Dim type As FeatureType
Dim color As Color
Dim transparency As Double
Dim value As FeatureSymbol
 
value = FeatureSymbol.Create(type, color, transparency)
C# 
public static FeatureSymbol Create( 
   FeatureType type,
   Color color,
   double transparency
)

Parameters

type
FeatureType of the FeatureLayer that the symbology will represent.
color
Color of the symbology.
transparency
The transparency value of the symbology. This value must be between 0 and 100.

Return Value

New FeatureSymbol object.

See Also

© 2010 All Rights Reserved.