'Declaration Public Overloads Sub MarkSelect( _ ByVal markId As Integer, _ ByVal state As Boolean _ )
'Usage Dim instance As ImGearARTPage Dim markId As Integer Dim state As Boolean instance.MarkSelect(markId, state)
Parameters
- markId
- Mark ID to select or deselect.
- state
- Pass true to select the mark, false to deselect.