- tag
- The tag to check
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomTagTable Dim tag As DicomTag Dim value As Boolean value = instance.Exists(tag) | |
Parameters
- tag
- The tag to check
Return Value
True if the tag exists, false otherwise.For an example, refer to DicomTagTable.Reset.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code