ArcObjects Library Reference (Display)  

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

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.

CoClasses that implement ISimpleLineSymbol

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