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


INetworkTrafficRenderer.DrawLineWidthByHierarchyLevelIndex Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

INetworkTrafficRenderer.DrawLineWidthByHierarchyLevelIndex Property

Indicates whether to get interior line width by hierarchy level or instead use the interior line width of the legend symbols.

[Visual Basic .NET]
Public Property DrawLineWidthByHierarchyLevelIndex As Boolean
[C#]
public bool DrawLineWidthByHierarchyLevelIndex {get; set;}
[C++]
HRESULT get_DrawLineWidthByHierarchyLevelIndex(
  VARIANT_BOOL* useHierarchy
);
[C++]
HRESULT put_DrawLineWidthByHierarchyLevelIndex(
  VARIANT_BOOL useHierarchy
);
[C++]

Parameters useHierarchy [out, retval] useHierarchy is a parameter of type VARIANT_BOOL useHierarchy [in] useHierarchy is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

INetworkTrafficRenderer Interface