Public Sub UnGroupElement( _ ByVal group As GroupElement _ )
public void UnGroupElement( GroupElement group )
Parameters
- group
- The group element whose elements will be ungrouped
Public Sub UnGroupElement( _ ByVal group As GroupElement _ )
public void UnGroupElement( GroupElement group )
| Exception | Description |
|---|---|
| ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
| System.ArgumentNullException | Value cannot be null: group |
| System.ArgumentException | elements must belong to a valid presentation page |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)