This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLegendGroup Interface > ITemporalLegendGroup.MoveClass Method (ArcObjects .NET 10.4 SDK) |
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 Long nDestinationIndex [in] nDestinationIndex is a parameter of type Long