Gets a value that determines whether the series exists in the timeline hosted by the provided control.
public bool IsSeriesExistsInTimeline(
Control host,
string seriesInstanceUID
)
Public Function IsSeriesExistsInTimeline( _
ByVal host As Control, _
ByVal seriesInstanceUID As String _
) As Boolean
public:
bool IsSeriesExistsInTimeline(
Control^ host,
String^ seriesInstanceUID
)
host
The System.Windows.Forms.Control that hosts the timeline view.
seriesInstanceUID
A System.String that represents the Series Instance UID of the series.
true if the series exists in the timeline; otherwise, false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET