Click or drag to resize

RayguideWrapperOnSaveJob Method

Tells RAYGUIDE GUI to save the active job.

Namespace: RAYLASE.Marker.GUI.Wrapper
Assembly: RAYLASE.Marker.GUI.Wrapper (in RAYLASE.Marker.GUI.Wrapper.dll) Version: 2.40.0
Syntax
C#
public void OnSaveJob(
	bool? saveAs
)

Parameters

saveAs  NullableBoolean
The flag whether the save is a save-as action. True = save-as.
See Also