←Select platform

IsEmpty Property

Summary

Gets a boolean value that indicates whether the object contains empty values.

Syntax
C#
VB
C++
public bool IsEmpty { get; set; } 
Public Property IsEmpty() As Boolean 
   Get 
   Set 
public:  
   property bool IsEmpty 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if the object has no value; otherwise, false.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Imaging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.