DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabelCollection Class / Item Property

In This Topic
    Item Property (DicomLabelCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Default Property Item( _
       ByVal index As System.Integer _
    ) As DicomLabel
    [__DynamicallyInvokable()]
    public DicomLabel this[ 
       System.int index
    ]; {get; set;}

    Parameters

    index
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also