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

    Parameters

    item
    The DicomDataSet to search for.

    Return Value

    The zero-based index of the table, or -1 if the DicomDataSet 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