VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDataElementCollection Class / Insert Methods / Insert(DicomDataElement) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    Insert(DicomDataElement) Method (DicomDataElementCollection)
    In This Topic
    Inserts an element into the DicomDataElementCollection using insert index calculated automatically.
    Syntax
    'Declaration
    
    Public Overloads Sub Insert( _
    ByVal dataElement
    The DicomDataElement object to be inserted into the collection.
    As DicomDataElement _
    )

    Parameters

    dataElement
    The DicomDataElement object to be inserted into the collection.
    Remarks

    Method searches element group, where element must be inserted, and inserted element into the element group.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also