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


IMultiLayerLineSymbol.LayerCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMultiLayerLineSymbol Interface > IMultiLayerLineSymbol.LayerCount Property
ArcGIS Developer Help

IMultiLayerLineSymbol.LayerCount Property

The number of layers in the symbol.

[Visual Basic .NET]
Public ReadOnly Property LayerCount As Integer
[C#]
public int LayerCount {get;}
[C++]
HRESULT get_LayerCount(
  System.Int32* Count
);
[C++]
Parameters
Count [out, retval]

Count is a parameter of type long*

Product Availability

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

Description

LayerCount returns the total number of layers currently contained in the IMultiLayerLineSymbol.

See Also

IMultiLayerLineSymbol Interface