ESRI.ArcGIS.Mobile
Symbol Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile Namespace : Symbol Class


The following tables list the members exposed by Symbol.

Public Constructors

 NameDescription
Public ConstructorSymbol ConstructorOverloaded.  Creates a new instance of Symbol class.  
Top

Public Properties

 NameDescription
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<PaintOperation>)
Public PropertyItem (Inherited from System.Collections.ObjectModel.Collection<PaintOperation>)
Top

Protected Properties

 NameDescription
Protected PropertyItems (Inherited from System.Collections.ObjectModel.Collection<PaintOperation>)
Top

Public Methods

 NameDescription
Public MethodAdd (Inherited from System.Collections.ObjectModel.Collection<PaintOperation>)
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<PaintOperation>)
Public MethodClone Creates a new object that is a copy of the current instance.  
Public MethodContains (Inherited from System.Collections.ObjectModel.Collection<PaintOperation>)
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<PaintOperation>)
Public MethodDisposeOverloaded.  Disposes the object.  
Public MethodDraw Draws the geometry on the display using the symbology.  
Public MethodDrawArea Draws on the display the coordinate collection as an area using the symbology.  
Public MethodDrawLineOverloaded.  Draws a line between the two coordinates on the display using the symbology.  
Public MethodDrawMultipoint Draws the coordinates on the display using the symbology.  
Public MethodDrawPointOverloaded.  Draws the coordinate on the display using the symbology.  
Public MethodGetEnumerator (Inherited from System.Collections.ObjectModel.Collection<PaintOperation>)
Public MethodGetSchema  
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<PaintOperation>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<PaintOperation>)
Public MethodReadXml  
Public MethodRemove (Inherited from System.Collections.ObjectModel.Collection<PaintOperation>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<PaintOperation>)
Public MethodWriteXml  
Top

Protected Methods

 NameDescription
Protected MethodClearItems (Inherited from System.Collections.ObjectModel.Collection<PaintOperation>)
Protected MethodFinalizeOverridden.  Finalizes the instance.  
Protected MethodInsertItem (Inherited from System.Collections.ObjectModel.Collection<PaintOperation>)
Protected MethodRemoveItem (Inherited from System.Collections.ObjectModel.Collection<PaintOperation>)
Protected MethodSetItem (Inherited from System.Collections.ObjectModel.Collection<PaintOperation>)
Top

See Also