Move the element from the group to the container.
[Visual Basic 6.0] Sub MoveElementFromGroup(
ByVal group As IGroupElement, _
ByVal Element As IElement, _
ByVal zorder As Long, _
newAnnotationFeature As IAnnotationFeature _
)
[Visual Basic .NET] Public Sub MoveElementFromGroup ( _ ByVal group As IGroupElement, _ ByVal Element As IElement, _ ByVal zorder As Integer, _ ByRef newAnnotationFeature As IAnnotationFeature _ )
[C#] public void MoveElementFromGroup ( IGroupElement group, IElement Element, int zorder, ref IAnnotationFeature newAnnotationFeature );
[Java] public void moveElementFromGroup ( IGroupElement group, IElement Element, int zorder, IAnnotationFeature newAnnotationFeature ) throws IOException, AutomationException
[C++] HRESULT MoveElementFromGroup( IGroupElement* group, IElement* Element, long zorder, IAnnotationFeature** newAnnotationFeature );
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
newAnnotationFeature [out]
newAnnotationFeature is a parameter of type IAnnotationFeature