This document is archived and information here might be outdated.  Recommended version.


ITemporalLegendGroup.MoveClass Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLegendGroup.MoveClass Method

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.

See Also

ITemporalLegendGroup Interface