Click or drag to resize

GeneralParametersSetXyOutputEnabled Method

Sets whether or not XY output is currently enabled.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void SetXyOutputEnabled(
	bool xyOutputEnabled
)

Parameters

xyOutputEnabled
Type: SystemBoolean
Whether or not XY output is currently enabled.
See Also