This document is archived and information here might be outdated. Recommended version. |
Moves a temporal legend class from its current position to a new destination within the temporal legend group's legend class container.
[Visual Basic .NET]
Public Sub moveClass ( _
ByVal nCurrentIndex As Integer, _
ByVal nDestinationIndex As Integer _
)
[C#]
public void moveClass (
int nCurrentIndex,
int nDestinationIndex
);
[C++]
HRESULT moveClass(
Long nCurrentIndex,
Long nDestinationIndex
);
[C++] Parameters nCurrentIndex [in]
nCurrentIndex is a parameter of type int nDestinationIndex [in]
nDestinationIndex is a parameter of type int