Skip to content

OutputPhaseMovTimingPathMovements

Type 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

Members

Properties

Property Type Summary
Count int
this[] ISIAPIOutputPhaseMovTimingPathMovement

Properties

Count

int Count { get; }

Type int

Code samples
int count = outputPhaseMovTimingPathMovements.Count;
long count;
outputPhaseMovTimingPathMovements->get_Count(&count);
count = outputPhaseMovTimingPathMovements.Count
$count = $outputPhaseMovTimingPathMovements.Count

this[]

ISIAPIOutputPhaseMovTimingPathMovement this[] { get; }

Type ISIAPIOutputPhaseMovTimingPathMovement

Code samples
var this[] = outputPhaseMovTimingPathMovements.this[];
CComPtr<ISIAPIOutputPhaseMovTimingPathMovement> this[];
outputPhaseMovTimingPathMovements->get_this[](&this[]);
this[] = outputPhaseMovTimingPathMovements.this[]
$this[] = $outputPhaseMovTimingPathMovements.this[]