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 > ILineDecoration Interface > ILineDecoration.MoveElement Method (ArcObjects .NET 10.5 SDK) |
Moves a line decoration element to the given index.
[Visual Basic .NET] Public Sub MoveElement ( _ ByVal Element As ILineDecorationElement, _ ByVal toIndex As Integer _ )
[C#] public void MoveElement ( ILineDecorationElement Element, int toIndex );
[C++]
HRESULT MoveElement(
ILineDecorationElement* Element,
long toIndex
);
[C++]
Parameters Element [in]
Element is a parameter of type ILineDecorationElement toIndex [in] toIndex is a parameter of type long