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


ILineDecoration.MoveElement Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineDecoration Interface > ILineDecoration.MoveElement Method
ArcGIS Developer Help

ILineDecoration.MoveElement Method

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

Product Availability

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

See Also

ILineDecoration Interface