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)
    'Usage
     
    
    Dim instance As SequencePath
    Dim value As System.Collections.Generic.List(Of DicomAttribute)
     
    value = instance.ParentAttributes
    public System.Collections.Generic.List<DicomAttribute> ParentAttributes {get;}
    public read-only property ParentAttributes: System.Collections.Generic.List; 
    public function get ParentAttributes : System.Collections.Generic.List
    public: __property System.Collections.Generic.List<DicomAttribute*>* get_ParentAttributes();
    public:
    property System.Collections.Generic.List<DicomAttribute^>^ ParentAttributes {
       System.Collections.Generic.List<DicomAttribute^>^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also