| 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 Value Representation Table.For an example, refer to DicomVRTable.Reset.
The following methods will also help you navigate the Value Representation Table:
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code