Removes registation of a marking ID.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
public static void Unregister( int id ) |
| Visual Basic |
|---|
Public Shared Sub Unregister ( id As Integer ) |
Parameters
- id
- Type: System..::..Int32
The ID of the marking to be removed.
Remarks
This method removes registration of a marking information. To register new marking information, use Register method.
This method cannot remove reserved marking IDs.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | Parameter id is out of valid range. |