Click or drag to resize

PositionSelectOptionResultRelSelectedLocation Constructor

Creates a new RelSelectedLocation object.

Namespace: RelaxIS_SDK.Wizard.WizardOptionResults
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public RelSelectedLocation(
	double X,
	double Y
)

Parameters

X  Double
The relative x position
Y  Double
The relative y position
See Also