This document is archived and information here might be outdated. Recommended version. |
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