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


INetworkTrafficRenderer.UseLineCasings Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

INetworkTrafficRenderer.UseLineCasings Property

Indicates whether to use line casings.

[Visual Basic .NET]
Public Property UseLineCasings As Boolean
[C#]
public bool UseLineCasings {get; set;}
[C++]
HRESULT get_UseLineCasings(
  Boolean* UseLineCasings
);
[C++]
HRESULT put_UseLineCasings(
  VARIANT_BOOL UseLineCasings
);
[C++]

Parameters UseLineCasings [out, retval]
UseLineCasings is a parameter of type bool* UseLineCasings [in]
UseLineCasings is a parameter of type bool

Product Availability

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

See Also

INetworkTrafficRenderer Interface