Get-GridState
  • 1 Minute to read
  • Dark
    Light
  • PDF

Get-GridState

  • Dark
    Light
  • PDF

Article summary

Summary

Retrieves an existing grid state.

Get-GridState
    -Id

Returns a grid state object.

Parameters

ParameterTypeRequired?Notes
IdInt32YesThe grid state id.

Examples

Get an existing grid state

This example retrieves a specific grid state and outputs it as JSON.

# TODO

What's Next