DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabelCollection Class / Remove Method / Remove(DicomLabel) Method

In This Topic
    Remove(DicomLabel) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Overloads Function Remove( _
       ByVal item As DicomLabel _
    ) As System.Boolean
    [__DynamicallyInvokable()]
    public System.bool Remove( 
       DicomLabel item
    )

    Parameters

    item
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also