PositionSelectOptionResultRelSelectedLocation Constructor |
Creates a new RelSelectedLocation object.
Namespace: RelaxIS_SDK.Wizard.WizardOptionResultsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public RelSelectedLocation(
double X,
double Y
)
Public Sub New (
X As Double,
Y As Double
)
Dim X As Double
Dim Y As Double
Dim instance As New PositionSelectOptionResultRelSelectedLocation(X, Y)
Parameters
- X Double
- The relative x position
- Y Double
- The relative y position
See Also