Determine whether specified index is marked with specified marking ID or not.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public bool IsMarked( int index, int markingID ) |
Visual Basic |
---|
Public Function IsMarked ( index As Integer, markingID As Integer ) As Boolean |
Parameters
- index
- Type: System..::..Int32
The index to examine.
- markingID
- Type: System..::..Int32
Whether specified index is marked with this ID will be retrieved.
Return Value
Type: BooleanWhether a character at index is marked with markingID or not.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | Parameter index is out of valid range. - OR - Parameter markingID is out of valid range. |
System..::..ArgumentException | Parameter markingID is not registered in Marking class. |