| Visual Basic (Declaration) | |
|---|---|
Public Sub Default() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomIodTable instance.Default() | |
| C# | |
|---|---|
public void Default() | |
| C++/CLI | |
|---|---|
public: void Default(); | |
For an example, refer to DicomIodTable.Reset.
- If you remove the contents of the IOD class using DicomIodTable.Reset, you can reset the IOD class to the default values by calling this method.
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