Click or drag to resize

RegionSetOutputToHost Method

Sets whether this region will output information to the host or not.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.6.39.0 (1.6.39.0)
Syntax
public void SetOutputToHost(
	bool outputToHost
)

Parameters

outputToHost
Type: SystemBoolean
Whether this region will send output to the host.
See Also