Skip to content

ISIAPIOutputPhaseMovTimingPath Interface

Namespace: SIDRASolutions.SI.API
Assembly: SIDRASolutions.SI.API.dll COM CLSID: 06ECA85A-D43C-41EA-968F-E7B38821D371

Declaration

[Guid("06ECA85A-D43C-41EA-968F-E7B38821D371")]
public interface ISIAPIOutputPhaseMovTimingPath

Get an instance

// Navigate to the ISIAPIOutputPhaseMovTimingPath you need via the ISIAPI tree.
// See ISIAPI for the activation root.
var outputPhaseMovTimingPath = /* ... */;
' Navigate to the ISIAPIOutputPhaseMovTimingPath you need via the ISIAPI tree.
' See ISIAPI for the activation root.
Dim outputPhaseMovTimingPath As ISIAPIOutputPhaseMovTimingPath = Nothing
# Navigate to the ISIAPIOutputPhaseMovTimingPath you need via the ISIAPI tree.
# See ISIAPI for the activation root.
outputPhaseMovTimingPath = ...
# Navigate to the ISIAPIOutputPhaseMovTimingPath you need via the ISIAPI tree.
# See ISIAPI for the activation root.
$outputPhaseMovTimingPath = $null

Properties

Position

int Position { get; }

Type int

Code samples
int position = outputPhaseMovTimingPath.Position;
Dim position As Integer = outputPhaseMovTimingPath.Position
position = outputPhaseMovTimingPath.Position
$position = $outputPhaseMovTimingPath.Position

Outputset

ISIAPIOutputset Outputset { get; }

Type ISIAPIOutputset

Code samples
var outputset = outputPhaseMovTimingPath.Outputset;
Dim outputset As ISIAPIOutputset = outputPhaseMovTimingPath.Outputset
outputset = outputPhaseMovTimingPath.Outputset
$outputset = $outputPhaseMovTimingPath.Outputset

OutputPhaseMovTimingPathMovements

ISIAPIOutputPhaseMovTimingPathMovements OutputPhaseMovTimingPathMovements { get; }

Type ISIAPIOutputPhaseMovTimingPathMovements

Code samples
var outputPhaseMovTimingPathMovements = outputPhaseMovTimingPath.OutputPhaseMovTimingPathMovements;
Dim outputPhaseMovTimingPathMovements As ISIAPIOutputPhaseMovTimingPathMovements = outputPhaseMovTimingPath.OutputPhaseMovTimingPathMovements
output_phase_mov_timing_path_movements = outputPhaseMovTimingPath.OutputPhaseMovTimingPathMovements
$outputPhaseMovTimingPathMovements = $outputPhaseMovTimingPath.OutputPhaseMovTimingPathMovements