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


ILineDecorationElement.Position 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.Position Property
ArcGIS Developer Help

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,
  System.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