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


INetworkTrafficRenderer.LineCasingsColor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

INetworkTrafficRenderer.LineCasingsColor Property

The line casings color.

[Visual Basic .NET]
Public Property LineCasingsColor As IColor
[C#]
public IColor LineCasingsColor {get; set;}
[C++]
HRESULT get_LineCasingsColor(
  IColor** exteriorColor
);
[C++]
HRESULT put_LineCasingsColor(
  IColor* exteriorColor
);
[C++]

Parameters exteriorColor [out, retval]
exteriorColor is a parameter of type IColor exteriorColor [in]
exteriorColor is a parameter of type IColor

Product Availability

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

See Also

INetworkTrafficRenderer Interface