Returns the default Symbol for use with the indicated SymbolType.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public static Symbol GetDefault( SymbolType symbolType ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetDefault ( _ symbolType As SymbolType _ ) As Symbol |
Parameters
- symbolType
- Type: ESRI.ArcGISExplorer.Mapping..::.SymbolType
The SymbolType enumeration to use.
Return Value
The default symbol for the specified SymbolType.
Remarks
The default symbols for the SymbolType enumeration are as follows:
- Line—Red solid line
- Fill—Red solid fill
- Marker—Orange Stickpin
The Unknown SymbolType does not have a default symbol (returns null).