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


IGraphicsContainer.MoveElementFromGroup Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicsContainer Interface > IGraphicsContainer.MoveElementFromGroup Method
ArcGIS Developer Help

IGraphicsContainer.MoveElementFromGroup Method

Move the element from the group to the container.

[Visual Basic .NET]
Public Sub MoveElementFromGroup ( _
    ByVal group As IGroupElement, _
    ByVal Element As IElement, _
    ByVal zorder As Integer _
)
[C#]
public void MoveElementFromGroup (
    IGroupElement group,
    IElement Element,
    int zorder
);
[C++]
HRESULT MoveElementFromGroup(
  IGroupElement* group,
  IElement* Element,
  long zorder
);
[C++]
Parameters
group [in]

group is a parameter of type IGroupElement* Element [in]
Element is a parameter of type IElement* zorder [in]
zorder is a parameter of type long

Product Availability

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

See Also

IGraphicsContainer Interface