This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILevelRenderer Interface > ILevelRenderer.LevelArray Property (ArcObjects .NET 10.4 SDK) |
Array that contains all levels used by the symbols, (symbols without a level get a level of 0).
[Visual Basic .NET] Public ReadOnly Property LevelArray As Object
[C#] public object LevelArray {get;}
[C++]
HRESULT get_LevelArray(
VARIANT* levels
);
[C++]
Parameters levels [out, retval] levels is a parameter of type VARIANT
This property returns an array of long integers representing all the the symbol levels of the symbols used by the renderer.