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

ICartographicLineSymbol Interface | ITemplate Interface | ILineSymbol Interface | IMultiLayerLineSymbol Interface | IHashLineSymbol Interface | IPictureLineSymbol Interface | ILineProperties 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