VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDataElementCollection Class / IndexOf Methods / IndexOf(DicomDataElement) Method
Syntax Requirements SeeAlso
In This Topic
    IndexOf(DicomDataElement) Method (DicomDataElementCollection)
    In This Topic
    Returns the index of the specified DicomDataElement object.
    Syntax
    'Declaration
    
    Public Overloads Function IndexOf( _
    ByVal item
    The DicomDataElement to search for.
    As DicomDataElement _
    ) As System.Int32
    public System.Int32 IndexOf(
    DicomDataElement item
    )
    public: System.Int32 IndexOf(
    DicomDataElement* item
    )
    public:
    System.Int32 IndexOf(
    DicomDataElement^ item
    )

    Parameters

    item
    The DicomDataElement to search for.

    Return Value

    The zero-based index of the table, or -1 if the DicomDataElement object is not found in the collection.
    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