ArcObjects Library Reference (Display)  

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