Engine.SetInternalOption

Syntax

Engine.SetInternalOption( option, newValue)

Purpose

Specifies the value for the internal option the option parameter specifies.

Remarks

TestStand does not persist internal options between instances of the engine.

Parameters

option As InternalOptions

[In] Specifies the internal option the method sets.

newValue As Variant

[In] Specifies the value of the internal option the option parameter specifies.

See Also

Engine.GetInternalOption

InternalOptions