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


ISymbolLevels.UseSymbolLevels Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISymbolLevels Interface > ISymbolLevels.UseSymbolLevels Property
ArcGIS Developer Help

ISymbolLevels.UseSymbolLevels Property

Indicates if symbol levels are used for drawing.

[Visual Basic .NET]
Public Property UseSymbolLevels As Boolean
[C#]
public bool UseSymbolLevels {get; set;}
[C++]
HRESULT get_UseSymbolLevels(
  Boolean* UseSymbolLevels
);
[C++]
HRESULT put_UseSymbolLevels(
  VARIANT_BOOL UseSymbolLevels
);
[C++]
Parameters
UseSymbolLevels [out, retval]

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

Product Availability

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

See Also

ISymbolLevels Interface