Struct UserSubroutine.UserDefinedDisplay.DisplaySet.PositionAndScalarStartSequence Last update: 16.07.2025 Namespace: VM.Managed.DAFUL Assembly: VMDSP.dll This class is to represent the position and scalar sequence set. public struct UserSubroutine.UserDefinedDisplay.DisplaySet.PositionAndScalarStartSequence Constructors PositionAndScalarStartSequence(int, int) Initializes a new instance of the class. public PositionAndScalarStartSequence(int nPositionSequence, int nScalarSequence) Parameters nPositionSequence int The position sequence. nScalarSequence int The scalar sequence. Properties PositionSequence Gets the position sequence. public int PositionSequence { get; set; } Property Value int ScalarSequence Gets the scalar sequence. public int ScalarSequence { get; set; } Property Value int