Click or drag to resize

PositionSelectOptionResult Class

Represents the selected positions in the associated PositionSelectOption.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.Wizard.WizardOptionResultsOptionResultBase
    RelaxIS_SDK.Wizard.WizardOptionResultsPositionSelectOptionResult

Namespace: RelaxIS_SDK.Wizard.WizardOptionResults
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class PositionSelectOptionResult : OptionResultBase

The PositionSelectOptionResult type exposes the following members.

Constructors
 NameDescription
Public methodPositionSelectOptionResult Initializes a new PositionSelectOptionResult object.
Top
Properties
 NameDescription
Public propertyMaxX The related data's maximum X value
Public propertyMaxY The related data's maximum Y value
Public propertyMinX The related data's minimum X value
Public propertyMinY The related data's minimum Y value
Public propertyName The internal name of the option that this result represents.
(Inherited from OptionResultBase)
Public propertyValues Contains all user selected relative positions
Top
Methods
 NameDescription
Public methodToCheckboxOptionResult Helper function to get a CheckboxOptionResult from the OptionResultBase object.
(Inherited from OptionResultBase)
Public methodToMultipleChoiceOptionResult Helper function to get a MultipleChoiceOptionResult from the OptionResultBase object.
(Inherited from OptionResultBase)
Public methodToNumericOptionResult Helper function to get a NumericOptionResult from the OptionResultBase object.
(Inherited from OptionResultBase)
Public methodToPositionSelectOptionResult Helper function to get a PositionSelectOptionResult from the OptionResultBase object.
(Inherited from OptionResultBase)
Public methodToSubOptionOptionResult Helper function to get a SubOptionOptionResult from the OptionResultBase object.
(Inherited from OptionResultBase)
Public methodToTextOptionResult Helper function to get a TextOptionResult from the OptionResultBase object.
(Inherited from OptionResultBase)
Top
See Also