ESRI.ArcGIS.ADF.ArcGISServer
CartographicMarkerSymbol Class
Members  See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace : CartographicMarkerSymbol Class




Cartographic marker symbol properties.

Object Model


Syntax

Visual Basic (Declaration) 
<GeneratedCodeAttribute(Tool="wsdl", Version="2.0.50727.3038")>
<DesignerCategoryAttribute("code")>
<XmlTypeAttribute("http://www.esri.com/schemas/ArcGIS/10.0")>
<XmlIncludeAttribute(ESRI.ArcGIS.ADF.ArcGISServer.PictureMarkerSymbol)>
<DebuggerStepThroughAttribute()>
<SerializableAttribute()>
Public MustInherit Class CartographicMarkerSymbol 
   Inherits MarkerSymbol
Visual Basic (Usage)Copy Code
Dim instance As CartographicMarkerSymbol
C# 
[GeneratedCodeAttribute(Tool="wsdl", Version="2.0.50727.3038")]
[DesignerCategoryAttribute("code")]
[XmlTypeAttribute("http://www.esri.com/schemas/ArcGIS/10.0")]
[XmlIncludeAttribute(ESRI.ArcGIS.ADF.ArcGISServer.PictureMarkerSymbol)]
[DebuggerStepThroughAttribute()]
[SerializableAttribute()]
public abstract class CartographicMarkerSymbol : MarkerSymbol 

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.ArcGISServer.Symbol
      ESRI.ArcGIS.ADF.ArcGISServer.MarkerSymbol
         ESRI.ArcGIS.ADF.ArcGISServer.CartographicMarkerSymbol
            ESRI.ArcGIS.ADF.ArcGISServer.CharacterMarkerSymbol
            ESRI.ArcGIS.ADF.ArcGISServer.PictureMarkerSymbol

See Also

© 2010 All Rights Reserved.