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

In This Topic
    ParentAttributes Property
    In This Topic
    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)
    public System.Collections.Generic.List<DicomAttribute> ParentAttributes {get;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also