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


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

IBasicLineSymbol Interface

Provides access to properties of the basic line symbol.

Product Availability

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

Members

Name Description
Read/write property Stroke Line stroke of a basic line symbol.

Classes that implement IBasicLineSymbol

Classes Description
BasicLineSymbol Basic line symbol object.

Remarks

Use IBasicLineSymbol to create a new basic line symbol for drawing line or polygon geometries. For polygon geometries, the outlines are drawn with the provided line stroke.

Stroke property returns a reference to a LineStroke object. To make changes to graphical attributes, use IGraphicAttributes interface on Stroke.