| Visual Basic (Declaration) | |
|---|---|
Public Sub Default() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomTagTable instance.Default() | |
| C# | |
|---|---|
public void Default() | |
| C++/CLI | |
|---|---|
public: void Default(); | |
For an example, refer to DicomTagTable.Reset.
- To see the default values for the Data Element Tag Table, refer to the Data Element Tag Table.
- To reset the Data Element Tag Table to the default values, use DicomTagTable.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)
Copy Code