com.esri.arcgis.arcmapui
Interface IGroupLayersOperation

All Superinterfaces:
Serializable
All Known Implementing Classes:
GroupLayersOperation

public interface IGroupLayersOperation
extends Serializable

Provides access to members that control the Group layers operation.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void addLayer(ILayer pLayer)
          Adds layer to be added to the group.
 void setSourceGroupLayer(IGroupLayer rhs1)
          Parent group if the layers belongs to a group layer.
 void setSourceMap(IMap rhs1)
          Parent map of the layers being added.
 

Method Detail

addLayer

void addLayer(ILayer pLayer)
              throws IOException,
                     AutomationException
Adds layer to be added to the group.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
pLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSourceGroupLayer

void setSourceGroupLayer(IGroupLayer rhs1)
                         throws IOException,
                                AutomationException
Parent group if the layers belongs to a group layer.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IGroupLayer (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSourceMap

void setSourceMap(IMap rhs1)
                  throws IOException,
                         AutomationException
Parent map of the layers being added.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IMap (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.