ESRI.ArcGIS.ADF.IMS
Type Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > SimpleLineSymbol Class : Type Property




Gets or sets the line type.

Syntax

Visual Basic (Declaration) 
Public Property Type As LineType
Visual Basic (Usage)Copy Code
Dim instance As SimpleLineSymbol
Dim value As LineType
 
instance.Type = value
 
value = instance.Type
C# 
public LineType Type {get; set;}

Example

For an example of using this property, see the SimpleLineSymbol overview.

Remarks

Defines the style of the line: solid, dashed, dotted, dash-dotted or dash-dot-dotted. For ArcMap Server image services, the only valid value is solid.

Default is Solid.

See Also

© 2010 All Rights Reserved.