VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDataElementCollection Class
Properties Methods SeeAlso
In This Topic
    DicomDataElementCollection Class Members
    In This Topic
    The following tables list the members exposed by DicomDataElementCollection.
    Public Properties
     NameDescription
    Public PropertyGets the number of Data Elements contained in the collection.
    Public PropertyGets a value indicating whether the DataElement collection is read-only.
    Public PropertyGets the DicomDataElement at the specified index.
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds element to the end of the .
    Public MethodRemoves all data elements from the collection.
    Public MethodOverloaded. Determines whether the collection contains a specific .
    Public MethodCopies the entire DicomDataElementCollection to a compatible one-dimensional array, starting at the specified index of the target array.
    Public MethodOverloaded. Creates the .
    Public MethodReturns a value indicating whether this instance is equal to a specified object.
    Public MethodOverloaded. Finds the specified in the collection.
    Public MethodReturns an enumerator that iterates through a collection.
    Public MethodReturns the hash code for this instance.
    Public MethodReturns the index of the specified DicomDataElement object.
    Public MethodOverloaded. Inserts an element into the using insert index calculated automatically.
    Public MethodOverloaded. Removes the specified from this collection.
    Public MethodRemoves the DicomDataElement at the specified index from this collection.
    Public MethodOverloaded. Sets data element data or adds element with specified data to the end of the .
    Public MethodSorts elements of collection.
    Public MethodReturns the string representation of this object.
    See Also