VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDataElementCollection Class / Find Methods / Find(UInt16,UInt16,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    Find(UInt16,UInt16,Boolean) Method (DicomDataElementCollection)
    In This Topic
    Finds the specified DicomDataElement in the collection.
    Syntax
    'Declaration
    
    Public Overloads Function Find( _
    ByVal groupNumber
    Group number.
    As UShort, _
    ByVal elementNumber
    Element number.
    As UShort, _
    ByVal searchInSequences
    A value indicating whether the data element must be searched in nested sequences.
    As Boolean _
    ) As DicomDataElement

    Parameters

    groupNumber
    Group number.
    elementNumber
    Element number.
    searchInSequences
    A value indicating whether the data element must be searched in nested sequences.

    Return Value

    DicomDataElement object if DicomDataElement was found successfully, null otherwise.
    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