This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INetworkTrafficRenderer Interface > INetworkTrafficRenderer.DrawLineWidthByHierarchyLevelIndex Property (ArcObjects .NET 10.5 SDK) |
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