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.1500 (2.0.0.1500)

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:

  • Point - Orange Stickpin
  • Multipoint - Orange Stickpin
  • Polyline - Red solid line
  • Polygon - Red solid fill
  • Envelope - Red solid fill
  • Multipatch - White solid fill

See Also