ESRI.ArcGIS.ADF.IMS
LineType Enumeration
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace : LineType Enumeration




Specifies the line type.

Syntax

Visual Basic (Declaration) 
Public Enum LineType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As LineType
C# 
public enum LineType : Enum 

Members

MemberDescription
Solid Solid line.
Dash Dashed line.
Dot Dotted line.
Dash_Dot Line that contains a dash then a dot in sequence.
Dash_Dot_Dot Line that contains a dash then two dots in sequence.

Remarks

Used to specify the line type in SimpleLineSymbol.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.IMS.Display.Symbol.LineType

See Also

© 2010 All Rights Reserved.