ESRI.ArcGIS.ADF.IMS
MarkerSymbol Class
Members  See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace : MarkerSymbol Class




A FeatureSymbol used for drawing point features.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public MustInherit Class MarkerSymbol 
   Inherits FeatureSymbol
Visual Basic (Usage)Copy Code
Dim instance As MarkerSymbol
C# 
[SerializableAttribute()]
public abstract class MarkerSymbol : FeatureSymbol 

Remarks

This is the base class for point-based symbols: SimpleMarkerSymbol, RasterMarkerSymbol, and TrueTypeMarkerSymbol. Although normally these symbols are used for point layers, they may also be used for line and polygon layers.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.IMS.Display.Symbol.Symbol
      ESRI.ArcGIS.ADF.IMS.Display.Symbol.FeatureSymbol
         ESRI.ArcGIS.ADF.IMS.Display.Symbol.MarkerSymbol
            ESRI.ArcGIS.ADF.IMS.Display.Symbol.RasterMarkerSymbol
            ESRI.ArcGIS.ADF.IMS.Display.Symbol.SimpleMarkerSymbol
            ESRI.ArcGIS.ADF.IMS.Display.Symbol.TrueTypeMarkerSymbol

See Also

© 2010 All Rights Reserved.