ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Presentations Namespace / PresentationPage Class / UnGroupElement Method
The group element whose elements will be ungrouped

In This Topic
    UnGroupElement Method (PresentationPage)
    In This Topic
    Ungroup the elements contained in 'group'. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void UnGroupElement( 
       GroupElement group
    )
    Public Sub UnGroupElement( _
       ByVal group As GroupElement _
    ) 

    Parameters

    group
    The group element whose elements will be ungrouped
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Value cannot be null: group
    elements must belong to a valid presentation page
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also