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

In This Topic
    RemoveAt Method (DicomImageCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Sub RemoveAt( _
       ByVal index As System.Integer _
    ) 
    [__DynamicallyInvokable()]
    public void RemoveAt( 
       System.int index
    )

    Parameters

    index
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also