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) |
Create a custom tool (Code Files:
DrawGraphicLine) |
Creating a toolbar of globe tools (Code Files:
PolylineElement) |
Custom UI elements using add-ins (Code Files:
AddGraphicsTool) |
Draw text on a MapControl (Code Files:
DrawText) |
Dynamic biking (Code Files:
DynamicBikingCmd) |
Executing geoprocessing tools in the background (Code Files:
RunGPForm) |
Feature editing with the control commands (Code Files:
EditProperties) |
Geodesy MapControl (Code Files:
GeodesyMapControl) |
Geoevents in a MapControl (Code Files:
GeoEvents) |
Multivariate renderer (Code Files:
MultivariateRenderer) |
Triangle graphic element (Code Files:
TriangleElementClass) |
Use an AlgorithmicColorRamp to color a ClassBreaksRenderer (Code Files:
AlgorithmicColorRamp) |
.NET Related Topics
Create a custom tool |
How to create map grids |