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


ILineSymbol Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineSymbol Interface (ArcObjects .NET 10.6 SDK)
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

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

CoClasses that implement ILineSymbol

CoClasses and Classes Description

See Also

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

.NET Snippets

Add Graphics Layer to Globe

.NET Samples

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

.NET Related Topics

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