Application.GraphCaseStatesChange

This event is called when Plot Case States changed.

Syntax Parameters Return Value
Event Application.GraphCaseStatesChange( _
    GraphObject As Object, _
    firstCase As Long, _
    lastCase As Long, _
    pTable As Object, _
    Plots As Long(), _
    Flags As Long())
  • GraphObject [in]

Type: Object

  • firstCase [in]

Type: Long

  • lastCase [in]

Type: Long

  • pTable [in]

Type: Object

  • Plots [in]

Type: Long()

  • Flags [in]

Type: Long()

-