com.esri.arcgis.arcmapui
Interface IUngroupLayerOperation

All Superinterfaces:
Serializable
All Known Implementing Classes:
IUngroupLayerOperationProxy, UngroupLayerOperation

public interface IUngroupLayerOperation
extends Serializable

Provides access to members that control the Ungroup layers operation.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void setGroupLayer(IGroupLayer rhs1)
          Group layer that needs to be ungrouped.
 void setParentGroupLayer(IGroupLayer rhs1)
          Parent group layer, if any to which the layer that needs to be ungrouped belongs to.
 void setParentMap(IMap rhs1)
          Parent map to which the group layer or parent group layer belongs to.
 

Method Detail

setParentGroupLayer

void setParentGroupLayer(IGroupLayer rhs1)
                         throws IOException,
                                AutomationException
Parent group layer, if any to which the layer that needs to be ungrouped belongs to.

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.

setParentMap

void setParentMap(IMap rhs1)
                  throws IOException,
                         AutomationException
Parent map to which the group layer or parent group layer belongs to.

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.

setGroupLayer

void setGroupLayer(IGroupLayer rhs1)
                   throws IOException,
                          AutomationException
Group layer that needs to be ungrouped.

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.