This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbolArray Interface > ISymbolArray.MoveSymbol Method (ArcObjects .NET 10.4 SDK) |
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