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-ImageTopologyScenarioStep

Namespace ImagePlayground
Inputs
None
Outputs
ChartForgeX.Topology.TopologyScenarioStep

Creates one node or edge step for a topology scenario.

Remarks

Use the result inside New-ImageTopologyScenario to define an ordered route.

Examples

Authored help example

Create an edge route step

PS>


New-ImageTopologyScenarioStep -Id api-db -Kind Edge -Label 'Database call' -DurationMilliseconds 700
        

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-ImageTopologyScenarioStep [-Description <String>] [-DurationMilliseconds <Int32>] -Id <String> -Kind <Node|Edge> [-Label <String>] [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

Description String optionalposition: namedpipeline: False
Optional step description.
DurationMilliseconds Int32 optionalposition: namedpipeline: False
Optional playback duration override in milliseconds.
Id String requiredposition: 0pipeline: False
Referenced topology node or edge identifier.
Kind TopologyScenarioStepKind requiredposition: 1pipeline: Falsevalues: 2
Whether the step references a node or edge.
Possible values: Node, Edge
Label String optionalposition: namedpipeline: False
Optional step label.

Outputs

ChartForgeX.Topology.TopologyScenarioStep