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 a DICOM element is a sequence or an item, it will have children. Modifying this has no effect.

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

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