HasChildElements Property

Summary
Gets a value indicating if 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. Modifying this has no effect.

Requirements

Target Platforms

Help Version 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.