VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDataElementCollection Class / Find Methods / Find(DicomDataElementId) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    Find(DicomDataElementId) Method (DicomDataElementCollection)
    In This Topic
    Finds the specified DicomDataElement in the collection.
    Syntax
    'Declaration
    
    Public Overloads Function Find( _
    ByVal id
    Data Element ID.
    As DicomDataElementId _
    ) As DicomDataElement

    Parameters

    id
    Data Element ID.

    Return Value

    DicomDataElement object if DicomDataElement was found successfully, null otherwise.
    Remarks

    This method searches element only in system elements, i.e. elements with even group number. This method does not search data element in nested sequences.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also