←Select platform

Exists Method

Summary

Determines whether the pointer to the structure is valid.

Syntax

C#
VB
Java
WinRT C#
C++
public bool Exists( 
   DicomIod iod 
) 
Public Function Exists( _ 
   ByVal iod As Leadtools.Dicom.DicomIod _ 
) As Boolean 
public bool Exists(  
   Leadtools.Dicom.DicomIod iod 
) 
public boolean exists(DicomIod iod) 
 function Leadtools.Dicom.DicomIodTable.Exists(  
   iod  
) 
public: 
bool Exists(  
   Leadtools.Dicom.DicomIod^ iod 
)  

Parameters

iod
The item that will be tested.

Return Value

true if iod is valid, false if iod is not valid.

Example

For an example, refer to Reset.

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.Dicom Assembly