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


ISimpleLineSymbol Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISimpleLineSymbol Interface
ArcGIS Developer Help

ISimpleLineSymbol Interface

Provides access to members that control the simple line symbol.

Product Availability

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

Description

ISimpleLineSymbol is used to create a line symbol comprised of a predefinded set of styles. The availble styles are provided by the esriSimpleLineStyle enumeration. Use the ILineSymbol interface to set additional properties for ISimpleLineSymbols.

Members

Name Description
Read/write property Color Line symbol color.
Read/write property Style The style of the line symbol.
Read/write property Width Line symbol width.

Inherited Interfaces

Interfaces Description
ILineSymbol Provides access to members that control line symbols.

Classes that implement ISimpleLineSymbol

Classes Description
SimpleLineSymbol A line symbol comprised of a predefined set of styles.

.NET Samples

Create a custom tool Custom UI elements using add-ins Display feedback Dynamic biking Creating a toolbar of globe tools Executing geoprocessing tools in the background Draw text on a MapControl Add a traversal result to the map Implementing a schematic digitizing tool Add and symbolize a historical temporal layer in ArcMap Play back tracking data Custom feedback tool and font drop-down list tool control Triangle graphic element Triangle graphic element