PrtMachinePrtChangeState Method |
[Missing <summary> documentation for "M:P.Runtime.PrtMachine.PrtChangeState(P.Runtime.PrtState)"]
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void PrtChangeState(
PrtState s
)
Public Sub PrtChangeState (
s As PrtState
)
public:
void PrtChangeState(
PrtState^ s
)
member PrtChangeState :
s : PrtState -> unit
Parameters
- s
- Type: P.RuntimePrtState
[Missing <param name="s"/> documentation for "M:P.Runtime.PrtMachine.PrtChangeState(P.Runtime.PrtState)"]
See Also