←Select platform

IsSeriesExistsInTimeline Method

Summary

Gets a value that determines whether the series exists in the timeline hosted by the provided control.

Syntax

C#
VB
C++
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 
)  

Parameters

host
The System.Windows.Forms.Control that hosts the timeline view.

seriesInstanceUID
A System.String that represents the Series Instance UID of the series.

Return Value

true if the series exists in the timeline; otherwise, false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly