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






RemoveAt Method (DicomLabelCollection)
Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
 
'Usage
 
Dim instance As DicomLabelCollection
Dim index As System.Integer
 
instance.RemoveAt(index)

Parameters

index
Requirements

Target Platforms: .NET CLR 4.8 or higher

See Also