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


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

ILineDecorationElement.Position Property

The element position at the given index.

[Visual Basic .NET]
Public Function get_Position ( _
    ByVal index As Integer _
) As Double
[C#]
public double get_Position (
    int index
);
[C++]
HRESULT get_Position(
  long index,
  double* elementPos
);
[C++]

Parameters index [in] index is a parameter of type long elementPos [out, retval] elementPos is a parameter of type double

Product Availability

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

Description

Position returns the value of the position (between 0 and 1) at for the given index in the positions that the line decoration will be drawn.

See Also

ILineDecorationElement Interface