DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSet Class / ForEachAttribute Method
Delegate, which takes as a parameter, the path to each attribute.






    ForEachAttribute Method
    Recursively perform an action on every attribute within the dataset
    Syntax
    'Declaration
     
    
    Public Sub ForEachAttribute( _
       ByVal action As System.Action(Of SequencePath) _
    ) 
     
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim action As System.Action(Of SequencePath)
     
    instance.ForEachAttribute(action)

    Parameters

    action
    Delegate, which takes as a parameter, the path to each attribute.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also