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


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

ILineDecorationElement.PositionCount Property

The number of positions.

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

PositionCount is a parameter of type long*

Product Availability

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

Description

PositionCount returns the number of positions that have been set for the ILineDecorationElement object.

See Also

ILineDecorationElement Interface