Parent Property

Summary

Gets or sets the parent DifferenceElement.

Syntax
C#
VB
C++
public DifferenceElement Parent { get; set; } 
Public Property Parent As DifferenceElement 
public: 
property DifferenceElement^ Parent { 
   DifferenceElement^ get(); 
   void set (    DifferenceElement^ ); 
} 

Property Value

The parent of this DifferenceElement.

Remarks

This item is only valid for DICOM elements located within a sequence.

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