List up all markings at specified index and returns their IDs as an array.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public int[] GetMarkingsAt( int index ) |
Visual Basic |
---|
Public Function GetMarkingsAt ( index As Integer ) As Integer() |
Parameters
- index
- Type: System..::..Int32
The index of the position to examine.
Return Value
Type: array<Int32>[]()[][]Array of marking IDs if any marking found, or an empty array if no marking found.
Remarks
This method does not throw exception but returns an empty array if end index of the document (index equal to length of document) was specified.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | Parameter index is out of valid range. |