DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImageCollection Class / IndexOf Method






In This Topic
    IndexOf Method (DicomImageCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Function IndexOf( _
       ByVal item As DicomImage _
    ) As System.Integer
    'Usage
     
    
    Dim instance As DicomImageCollection
    Dim item As DicomImage
    Dim value As System.Integer
     
    value = instance.IndexOf(item)
    [__DynamicallyInvokable()]
    public System.int IndexOf( 
       DicomImage item
    )
    public function IndexOf( 
        item: DicomImage
    ): System.Integer; 
    __DynamicallyInvokableAttribute()
    public function IndexOf( 
       item : DicomImage
    ) : System.int;
    [__DynamicallyInvokable()]
    public: System.int IndexOf( 
       DicomImage* item
    ) 
    [__DynamicallyInvokable()]
    public:
    System.int IndexOf( 
       DicomImage^ item
    ) 

    Parameters

    item
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also