HasChildElements Property

Summary
Gets a value indicating whether this element has children.
Syntax
C#
C++/CLI
public bool HasChildElements { get; set; } 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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