'Declaration Public Overloads Overridable Function FindChildNode( _
ByVal idThe identifier of DICOM data element.As Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomDataElementId _
) As DicomDataElementMetadata
public virtual DicomDataElementMetadata FindChildNode(
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomDataElementId id
)
public: virtual DicomDataElementMetadata* FindChildNode(
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomDataElementId id
)
public:
virtual DicomDataElementMetadata^ FindChildNode(
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomDataElementId id
)
Parameters
- id
- The identifier of DICOM data element.
Return Value
The DicomDataElementMetadata node if node is found; otherwise, null.