This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineDecorationElement Interface > ILineDecorationElement.Position Property (ArcObjects .NET 10.5 SDK) |
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