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


ISymbolArray.MoveSymbol Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

ISymbolArray.MoveSymbol Method

Moves the given symbol to new index position.

[Visual Basic .NET]
Public Sub MoveSymbol ( _
    ByVal Symbol As ISymbol, _
    ByVal toIndex As Integer _
)
[C#]
public void MoveSymbol (
    ISymbol Symbol,
    int toIndex
);
[C++]
HRESULT MoveSymbol(
  ISymbol* Symbol,
  long toIndex
);
[C++]

Parameters Symbol [in]
Symbol is a parameter of type ISymbol toIndex [in] toIndex is a parameter of type long

Product Availability

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

See Also

ISymbolArray Interface