| Visual Basic (Declaration) | |
|---|---|
Public Function GetCount() As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int GetCount() | |
| C++/CLI | |
|---|---|
public: int GetCount(); | |
Return Value
The number of items in the Data Element Tag Table.For an example, refer to DicomTagTable.Reset.
The following methods will also help you navigate the Data Element Tag Table:
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code