Specifies constants for different types of symbol.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public enum SymbolType |
Visual Basic (Declaration) |
---|
Public Enumeration SymbolType |
Members
Value | Member name | Description | |
---|---|---|---|
2 | Fill |
A Fill symbol, used to symbolize polygon geometries
| |
1 | Line |
A Line symbol, used to symbolize line geometries
| |
0 | Marker |
A Marker symbol, used to symbolize point geometries
| |
-1 | Unknown |
Unknown symbol type
|