- index
- An index into the Value Representation Table. This index is zero-based.
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomVRTable Dim index As Integer Dim value As DicomVR value = instance.FindByIndex(index) |
Parameters
- index
- An index into the Value Representation Table. This index is zero-based.
Return Value
DicomVR class that contains the item located at the specified index in the Value Representation Table.For an example, refer to DicomVRTable.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)