ArcObjects Library Reference (Display)  

IMultiLayerFillSymbol.LayerCount Property

Symbol layer count.

[Visual Basic .NET]
Public ReadOnly Property LayerCount As Integer
[C#]
public int LayerCount {get;}
[C++]
HRESULT get_LayerCount(
  long* 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 IMultiLayerFillSymbol.

See Also

IMultiLayerFillSymbol Interface