ArcObjects Library Reference (Display)  

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(
  long* 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