Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Compare Namespace > DifferenceElement Class : DifferenceElement Constructor |
public DifferenceElement( DicomDataSet dataset, DicomElement element, DifferenceElement parent, string name )
'Declaration
Public Function New( _ ByVal dataset As DicomDataSet, _ ByVal element As DicomElement, _ ByVal parent As DifferenceElement, _ ByVal name As String _ )
'Usage
Dim dataset As DicomDataSet Dim element As DicomElement Dim parent As DifferenceElement Dim name As String Dim instance As New DifferenceElement(dataset, element, parent, name)
public: DifferenceElement( DicomDataSet^ dataset, DicomElement^ element, DifferenceElement^ parent, String^ name )