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


ILineDecoration.ElementCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineDecoration Interface > ILineDecoration.ElementCount Property
ArcGIS Developer Help

ILineDecoration.ElementCount Property

The number of line decoration elements.

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

lineDecorationElementCount is a parameter of type long*

Product Availability

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

Description

ElementCount returns the number line decoration elements that have been added to the ILineDecoration .

See Also

ILineDecoration Interface