Moves layers within the drawing order.
[Visual Basic .NET] Public Sub MoveRanks ( _ ByVal from As Integer, _ ByVal to As Integer, _ ByVal cGroupRange As Integer _ )
[C#] public void MoveRanks ( int from, int to, int cGroupRange );
[C++]
HRESULT MoveRanks(
long from,
long to,
long cGroupRange
);
[C++]Parameters
from [in] from is a parameter of type long to [in] to is a parameter of type long cGroupRange [in] cGroupRange is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.