←Select platform

IsEmpty Property

Summary

Gets a value indicating whether this DicomDateValue structure is empty.

Syntax
C#
VB
C++
Java
public bool IsEmpty { get; } 
Public ReadOnly Property IsEmpty As Boolean 
public boolean getIsEmpty() 
public: 
property bool IsEmpty { 
   bool get(); 
} 

Property Value

true if this DicomDateValue structure is empty; otherwise, false.

Example

For an example, refer to SetIntValue.

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