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


INetworkTrafficRenderer.DrawLineWidthByHierarchyLevelIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INetworkTrafficRenderer Interface > INetworkTrafficRenderer.DrawLineWidthByHierarchyLevelIndex Property
ArcGIS Developer Help

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(
  Boolean* useHierarchy
);
[C++]
HRESULT put_DrawLineWidthByHierarchyLevelIndex(
  VARIANT_BOOL useHierarchy
);
[C++]
Parameters
useHierarchy [out, retval]

useHierarchy is a parameter of type bool* useHierarchy [in]
useHierarchy is a parameter of type bool

Product Availability

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

See Also

INetworkTrafficRenderer Interface