Project

ImagePlayground

Automate image processing, codes, metadata, charts, topology, and visual stories from PowerShell.

Stars 100
Forks 7
Total downloads 712,347
Release ImagePlayground-PowerShellModule.v3.2.7
Language: C# Updated: 2026-08-25

API Reference

Command

New-ImageTopologyGroup

Namespace ImagePlayground
Inputs
None
Outputs
ChartForgeX.Topology.TopologyGroup

Creates a topology group definition.

Remarks

Use this cmdlet inside New-ImageTopology to describe a logical region or cluster.

Examples

Authored help example

Create a site group

PS>


New-ImageTopologyGroup -Id site-a -Label 'Site A' -Status Healthy -Symbol region
        

Creates a ChartForgeX topology group that can contain topology nodes.

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

New-ImageTopologyGroup [-Color <String>] [-Height <Double>] [-Href <String>] [-IconId <String>] -Id <String> -Label <String> [-Latitude <Double>] [-LayoutPolicy <Auto>] [-Longitude <Double>] [-Status <Healthy|Warning|Critical|Unknown|Disabled>] [-Subtitle <String>] [-Symbol <String>] [-Tooltip <String>] [-Width <Double>] [-X <Double>] [-Y <Double>] [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

Color String optionalposition: namedpipeline: False
Optional group accent color as a CSS hex color.
Height Double optionalposition: namedpipeline: False
Group height in pixels.
Href String optionalposition: namedpipeline: False
Optional drill-down link for SVG and HTML outputs.
IconId String optionalposition: namedpipeline: False
Reusable ChartForgeX icon identifier.
Id String requiredposition: 0pipeline: False
Stable group identifier.
Label String requiredposition: 1pipeline: False
Group label rendered in the diagram.
Latitude Double optionalposition: namedpipeline: False
Optional group latitude for geographic layouts.
LayoutPolicy TopologyGroupLayoutPolicy optionalposition: namedpipeline: Falsevalues: 6
Preferred node arrangement policy for dense grouped layouts.
Possible values: Auto, HubAndBranch, Grid, PairRows, MiniMesh, CollapsedDots
Longitude Double optionalposition: namedpipeline: False
Optional group longitude for geographic layouts.
Status TopologyHealthStatus optionalposition: namedpipeline: Falsevalues: 5
Group health or state.
Possible values: Healthy, Warning, Critical, Unknown, Disabled
Subtitle String optionalposition: namedpipeline: False
Optional group subtitle.
Symbol String optionalposition: namedpipeline: False
Short symbol rendered near the group header.
Tooltip String optionalposition: namedpipeline: False
Optional tooltip for SVG and HTML outputs.
Width Double optionalposition: namedpipeline: False
Group width in pixels.
X Double optionalposition: namedpipeline: False
Manual X coordinate. Automatic layouts can ignore this value.
Y Double optionalposition: namedpipeline: False
Manual Y coordinate. Automatic layouts can ignore this value.

Outputs

ChartForgeX.Topology.TopologyGroup