HasChildElements Property

Summary

Gets a value indicating whether this element has children.

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

Property Value

true if this element has children; otherwise, false.

Remarks

Generally, if an DICOM element is a sequence or an item, it will have children. This value cannot be changed.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly