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




A FeatureSymbol used for drawing line features.

Object Model

LineSymbol Class

Syntax

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

Remarks

This is the base class for line-based symbols: SimpleLineSymbol and HashLineSymbol. Although these symbols are normally used for line layers, they may also be used for polygon layers. When used with polygon layers, a line symbol will symbolize only the outline of the polygons.

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.