Skip to content

OutputPhaseMovTimingPaths

Type ISIAPIOutputPhaseMovTimingPaths · Interface
Namespace SIDRASolutions.SI.API
Assembly SIDRASolutions.SI.API.dll
COM CLSID B2116A07-78CC-454E-9A19-75148C7ECD91

Declaration

[Guid("B2116A07-78CC-454E-9A19-75148C7ECD91")]
public interface ISIAPIOutputPhaseMovTimingPaths

Members

Properties

Property Type Summary
Count int
this[] ISIAPIOutputPhaseMovTimingPath

Properties

Count

int Count { get; }

Type int

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

this[]

ISIAPIOutputPhaseMovTimingPath this[] { get; }

Type ISIAPIOutputPhaseMovTimingPath

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