ArcObjects Library Reference (Display)  

ILineSymbol.Color Property

Line symbol color.

[Visual Basic .NET]
Public Property Color As IColor
[C#]
public IColor Color {get; set;}
[C++]
HRESULT get_Color(
  IColor** Color
);
[C++]
HRESULT put_Color(
  IColor* Color
);
[C++]

Parameters

Color [out, retval]

  Color is a parameter of type IColor

Color [in]

  Color is a parameter of type IColor

Product Availability

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

Description

Color is the color for a LineSymbol object. Any IColor object can be used.

See Also

ILineSymbol Interface

.NET Snippets

Add Graphics Layer to Globe

.NET Samples

3D multipatch examples (Code Files: ElementUtilities) | Dynamic biking (Code Files: DynamicBikingCmd) | Custom UI elements using add-ins (Code Files: AddGraphicsTool) | Use an AlgorithmicColorRamp to color a ClassBreaksRenderer (Code Files: AlgorithmicColorRamp) | Executing geoprocessing tools in the background (Code Files: RunGPForm) | Geoevents in a MapControl (Code Files: GeoEvents) | Creating a toolbar of globe tools (Code Files: PolylineElement) | Multivariate renderer (Code Files: MultivariateRenderer) | Triangle graphic element (Code Files: TriangleElementClass) | Create a custom tool (Code Files: DrawGraphicLine) | Feature editing with the control commands (Code Files: EditProperties) | Draw text on a MapControl (Code Files: DrawText)

.NET Related Topics

Create a custom tool | How to create map grids