Skip to content

ISIAPIOutputPhaseMovTimingPathMovements Interface

Namespace: SIDRASolutions.SI.API
Assembly: SIDRASolutions.SI.API.dll COM CLSID: C20BEAF4-3F7A-4ABC-BA9D-4EF00B5DAD61

Declaration

[Guid("C20BEAF4-3F7A-4ABC-BA9D-4EF00B5DAD61")]
public interface ISIAPIOutputPhaseMovTimingPathMovements

Get an instance

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

Properties

Count

int Count { get; }

Type int

Code samples
int count = outputPhaseMovTimingPathMovements.Count;
Dim count As Integer = outputPhaseMovTimingPathMovements.Count
count = outputPhaseMovTimingPathMovements.Count
$count = $outputPhaseMovTimingPathMovements.Count

this[]

ISIAPIOutputPhaseMovTimingPathMovement this[] { get; }

Type ISIAPIOutputPhaseMovTimingPathMovement

Code samples
var this[] = outputPhaseMovTimingPathMovements.this[];
Dim this[] As ISIAPIOutputPhaseMovTimingPathMovement = outputPhaseMovTimingPathMovements.this[]
this[] = outputPhaseMovTimingPathMovements.this[]
$this[] = $outputPhaseMovTimingPathMovements.this[]