ArcObjects Library Reference (Display)  

ILineSymbol Interface

Provides access to members that control line symbols.

Product Availability

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

Description

ILineSymbol is the genereric interface for properties common to ISimpleLineSymbol, ICartographicLineSymbol, IHashLineSymbol, IMarkerLineSymbol, and IPictureLineSymbol.

Members

Description
Read/write property Color Line symbol color.
Read/write property Width Line symbol width.

CoClasses that implement ILineSymbol

CoClasses and Classes Description
CartographicLineSymbol A line symbol for drawing solid or dashed lines.
HashLineSymbol A line symbol for drawing hashed or slanted lines.
MarkerLineSymbol A line symbol composed of repeating markers.
MoleLineSymbol (esriDefenseSolutions) Mole Line Symbol Class.
MultiLayerLineSymbol A line symbol that contains one or more layers.
PictureLineSymbol A line symbol composed of either a BMP or an EMF picture.
SimpleLine3DSymbol (esri3DAnalyst) Simple 3D Line Symbol component.
SimpleLineSymbol A line symbol comprised of a predefined set of styles.
TextureLineSymbol (esri3DAnalyst) Texture Line Symbol component.

See Also

IPictureLineSymbol Interface | ICartographicLineSymbol Interface | ILineProperties Interface | ILineSymbol Interface | ITemplate Interface | IHashLineSymbol Interface | IMultiLayerLineSymbol Interface

.NET Snippets

Add Graphics Layer to Globe |

.NET Samples

3D multipatch examples (Code Files: ElementUtilities) | Building a MapViewer application using the ArcGIS Engine controls (Code Files: MapViewer) | Creating a toolbar of globe tools (Code Files: PolylineElement) | Draw text on a MapControl (Code Files: DrawText) | Feature editing with the control commands (Code Files: EditProperties) | Geodesy MapControl (Code Files: GeodesyMapControl) | Geoevents in a MapControl (Code Files: GeoEvents) | Move a graphic along a path in ArcMap (Code Files: MapGraphicTrackExtension) | Multivariate renderer (Code Files: MultivariateRenderer) | Use a PageLayoutControl as an overview window (Code Files: Overview) | Use an AlgorithmicColorRamp to color a ClassBreaksRenderer (Code Files: AlgorithmicColorRamp) | Visualizing the camera path while animating (Code Files: VisualizeCameraPath) |

.NET Related Topics

Adjusting feature locations with spatial adjustment | Building a map viewing application using the ArcGIS Engine controls |