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