←Select platform

GetLast Method

Summary

Returns the last DicomTag item in the Data Element Tag Table

Syntax
C#
VB
C++
Java
public DicomTag GetLast() 
Public Function GetLast() As DicomTag 
public DicomTag getLast() 
public: 
DicomTag^ GetLast();  

Return Value

DicomTag class that contains the last item in the Data Element Tag Table.

Remarks
  • The following methods will also help you navigate the Data Element Tag Table:
  • To determine the number of entries in the Data Element Tag Table, use GetCount.

Example

For an example, refer to Reset.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly