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
)
Public Sub SetXyOutputEnabled (
xyOutputEnabled As Boolean
)
public:
void SetXyOutputEnabled(
bool xyOutputEnabled
)
member SetXyOutputEnabled :
xyOutputEnabled : bool -> unit
Parameters
- xyOutputEnabled
- Type: SystemBoolean
Whether or not XY output is currently enabled.
See Also