[This is preliminary documentation and is subject to change.]
Adds an object to the end of the DicomComparisonTagCollection.
| C# | Visual Basic | Visual C++ |
public int Add( DicomComparisonTag value )
Public Function Add ( _ value As DicomComparisonTag _ ) As Integer
public: int Add( DicomComparisonTag^ value )
- value (DicomComparisonTag)
- The DicomComparisonTag to be added to the end of the DicomComparisonTagCollection.
The DicomComparisonTagCollection index at which the value has been added.