|
| ESRI.ArcGIS.ADF.Web | |
| Create(FeatureType,Color) Method | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace > FeatureSymbol Class > Create Method : Create(FeatureType,Color) Method |
- type
- FeatureType of the FeatureLayer that the symbology will represent.
- color
- Color of the symbology.
| Visual Basic (Declaration) | |
|---|---|
Public Overloads Shared Function Create( _ ByVal type As FeatureType, _ ByVal color As Color _ ) As FeatureSymbol | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim type As FeatureType Dim color As Color Dim value As FeatureSymbol value = FeatureSymbol.Create(type, color) | |
| C# | |
|---|---|
public static FeatureSymbol Create( FeatureType type, Color color ) | |
Parameters
- type
- FeatureType of the FeatureLayer that the symbology will represent.
- color
- Color of the symbology.
Return Value
New FeatureSymbol object.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