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