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