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


IGraphicsContainer3D.MoveElementFromGroup Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IG > IGraphicsContainer3D Interface > IGraphicsContainer3D.MoveElementFromGroup Method
ArcGIS Developer Help

IGraphicsContainer3D.MoveElementFromGroup Method

Move the specified element from the group to the container.

[Visual Basic .NET]
Public Sub MoveElementFromGroup ( _
    ByVal pGroup As IGroupElement, _
    ByVal pElement As IElement _
)
[C#]
public void MoveElementFromGroup (
    IGroupElement pGroup,
    IElement pElement
);
[C++]
HRESULT MoveElementFromGroup(
  IGroupElement* pGroup,
  IElement* pElement
);
[C++]
Parameters
pGroup [in]

pGroup is a parameter of type IGroupElement* pElement [in]
pElement is a parameter of type IElement*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IGraphicsContainer3D Interface