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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.