This document is archived and information here might be outdated. Recommended version. |
The interior line widths by hierarchy level index.
[Visual Basic .NET] Public Property InteriorLineWidthsByHierarchyLevelIndex As IDoubleArray
[C#] public IDoubleArray InteriorLineWidthsByHierarchyLevelIndex {get; set;}
[C++]
HRESULT get_InteriorLineWidthsByHierarchyLevelIndex(
IDoubleArray** widths
);
[C++]
HRESULT put_InteriorLineWidthsByHierarchyLevelIndex(
IDoubleArray* widths
);
[C++] Parameters widths [out, retval]
widths is a parameter of type IDoubleArray** widths [in]
widths is a parameter of type IDoubleArray*