Skip to content

OutputNetworkGraphTuples

Type ISIAPIOutputNetworkGraphTuples · Interface
Namespace SIDRASolutions.SI.API
Assembly SIDRASolutions.SI.API.dll
COM CLSID FD291FB7-64B6-4F12-9314-529C6B79B38A

Declaration

[Guid("FD291FB7-64B6-4F12-9314-529C6B79B38A")]
public interface ISIAPIOutputNetworkGraphTuples

Members

Properties

Property Type Summary
Count int
this[] ISIAPIOutputNetworkGraphTuple

Properties

Count

int Count { get; }

Type int

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

this[]

ISIAPIOutputNetworkGraphTuple this[] { get; }

Type ISIAPIOutputNetworkGraphTuple

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