This document is archived and information here might be outdated. Recommended version. |
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