com.esri.arcgis.arcmapui
Interface IUngroupLayerOperation

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IUngroupLayerOperationProxy, UngroupLayerOperation

public interface IUngroupLayerOperation
extends java.io.Serializable

COM Interface 'IUngroupLayerOperation'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to members that control the Ungroup layers operation.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID0c33b683_c94b_401f_927c_a3f8fba76683
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID0c33b683_c94b_401f_927c_a3f8fba76683

static final int IID0c33b683_c94b_401f_927c_a3f8fba76683
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setParentGroupLayer

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

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

setParentMap

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

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

setGroupLayer

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

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