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




A FeatureSymbol used for drawing point features.

Object Model

MarkerSymbol Class

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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.