This document is archived and information here might be outdated.  Recommended version.


esriSimpleLineStyle Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Constants > E > esriSimpleLineStyle Constants
ArcGIS Developer Help

esriSimpleLineStyle Constants

Simple line symbol styles.

Constant Value Description
esriSLSSolid 0 The line is solid.
esriSLSDash 1 The line is dashed -------.
esriSLSDot 2 The line is dotted .......
esriSLSDashDot 3 The line has alternating dashes and dots _._._._.
esriSLSDashDotDot 4 The line has alternating dashes and double dots _.._.._.
esriSLSNull 5 The line is invisible.
esriSLSInsideFrame 6 The line will fit into it's bounding rectangle, if any.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

.NET Samples

Create a custom tool Dynamic biking Creating a toolbar of globe tools Executing geoprocessing tools in the background StreetMap routing Triangle graphic element