DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / SequencePath Class / ParentAttributes Property






    ParentAttributes Property
    The attributes (sequences) between the top level dataset and the target attribute
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ParentAttributes As System.Collections.Generic.List(Of DicomAttribute)
     
    'Usage
     
    
    Dim instance As SequencePath
    Dim value As System.Collections.Generic.List(Of DicomAttribute)
     
    value = instance.ParentAttributes
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also