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


ITemporalLegendGroup.MoveClass Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLegendGroup Interface > ITemporalLegendGroup.MoveClass Method
ArcGIS Developer Help

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 int nDestinationIndex [in]
nDestinationIndex is a parameter of type int

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITemporalLegendGroup Interface