Returns the default Symbol for use with the indicated GeometryType.
Namespace:
ESRI.ArcGISExplorer.Mapping
Assembly:
ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public static Symbol GetDefault( GeometryType geometryType ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetDefault ( _ geometryType As GeometryType _ ) As Symbol |
Parameters
- geometryType
- Type: ESRI.ArcGISExplorer.Geometry..::.GeometryType
The GeometryType enumeration to use.
Return Value
The default symbol for the specified GeometryType.
Remarks
The default symbols for the GeometryType enumeration are as follows:
- Envelope—Red solid fill
- Multipatch—Red solid fill
- Multipoint—Orange Stickpin
- Point—Orange Stickpin
- Polygon—Red solid fill
- Polyline—Red solid line
See Also
Created by Atop CHM to web converter,© 2009 all right reserved.