←Select platform

Exists Method

Summary

Determines whether the pointer to the structure is valid.

Syntax
C#
VB
C++
Java
public bool Exists( 
   DicomIod iod 
) 
Public Function Exists( _ 
   ByVal iod As DicomIod _ 
) As Boolean 
public boolean exists(DicomIod iod) 
public: 
bool Exists(  
   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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly