ArcObjects Library Reference  (Carto)    

IIMSMapLayer.MoveSubLayerTo Method

Change the sublayer order.

[Visual Basic 6.0]
Sub MoveSubLayerTo(
    ByVal subLayer As IIMSSubLayer, _
    ByVal Index As Long _
)
[Visual Basic .NET]
Public Sub MoveSubLayerTo ( _
    ByVal subLayer As IIMSSubLayer, _
    ByVal Index As Integer _
)
[C#]
public void MoveSubLayerTo (
    IIMSSubLayer subLayer,
    int Index
);
[Java]
public void moveSubLayerTo (
    IIMSSubLayer subLayer,
    int Index
)
throws
    IOException,
    AutomationException
[C++]
HRESULT MoveSubLayerTo(
  IIMSSubLayer* subLayer,
  long Index
);
[C++]

Parameters

subLayer [in]

  subLayer is a parameter of type IIMSSubLayer

Index [in]

  Index is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IIMSMapLayer Interface

 


Feedback Send feedback on this page