Provides access to properties of the basic line symbol.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Stroke | Line stroke of a basic line symbol. |
CoClasses that implement IBasicLineSymbol
CoClasses and 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.