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


ILineDecorationElement.PositionCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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