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


ISymbolArray.MoveSymbol Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbolArray Interface > ISymbolArray.MoveSymbol Method
ArcGIS Developer Help

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